js验证是不是为空
js验证是否为空
if(address=='' || address==undefined || address==null){
alert("请输入地址")
return
}[color=red][/color]
if(address=='' || address==undefined || address==null){
alert("请输入地址")
return
}[color=red][/color]