2019年4月13日

4.13.2

摘要: <html><head><script type="text/javascript"> function testalert(){ window.alert("你好吗"); } function testconfirm(){ var mes=window.confirm("您确定退出吗"); /*i 阅读全文

posted @ 2019-04-13 11:52 boss-H 阅读(147) 评论(0) 推荐(0)

4.13.1

摘要: <script type="text/javascript"> //描述规则 /*var reg=new RegExp('^[0-9]'); var str="aaa123"; alert(reg.test(str)); alert(reg.exec(str));*/ //正则表达式修饰符 /*va 阅读全文

posted @ 2019-04-13 11:49 boss-H 阅读(97) 评论(0) 推荐(0)

导航