1 回答
回首忆惘然
TA贡献1847条经验 获得超11个赞
$((':input').each(function(){
if(this.value==''){alert('不能为空!');this.focus();return false;}
})添加回答
举报
0/150
提交
取消
