时间:2021-07-01 10:21:17 帮助过:8人阅读
<input name="UserName" type="text" maxlength="20" id="UserName" onblur="IsValid(this);" style="width:125px;" />
<input name="Password" type="password" maxlength="20" id="Password" onblur="IsValid(this);" style="width:125px;" />
javascript防止SQL注入
标签: