刘建广

博客园 首页 联系 订阅 管理

2014年4月15日

摘要: jsp javascriptfunction addCus(){ var name = document.getElementById("customerName").value; if(name == ""){ alert("提示:顾客姓名不能为空!"); return false; ... 阅读全文
posted @ 2014-04-15 10:34 刘建广 阅读(210) 评论(0) 推荐(0) 编辑