摘要: javascript实现表单提交加密 通常表单的提交有两种方式,一是直接通过html的form提交,代码如下: <form action="" method="" id="forms"> <input type="text" name="username" value="" /> <input ty 阅读全文
posted @ 2019-12-24 14:20 花-猫 阅读(1554) 评论(0) 推荐(0)
摘要: JavaScript 关键字: break case catch continue default delete do else finally for function if in instanceof new return switch this throw try typeof var voi 阅读全文
posted @ 2019-12-24 09:25 花-猫 阅读(187) 评论(0) 推荐(0)