添加的内容必须为整数,用JS做判断,
在这段代码中改改if (isNaN(document.form1.hot.value) )
{
alert('请您注意:酒店ID必须为数字');
document.form1.hot.focus();
return false; 
}