美文网首页
相关小知识点

相关小知识点

作者: 来个芒果 | 来源:发表于2016-12-07 20:38 被阅读0次

    1.邮箱正则:

    /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/.test(String)

    2.网页跳转:

    <form action="page2.html" method="post" onsubmit="return run()">
    <input type="submit" value="提交"/>
    </form>
    点击提交后跳到page2.html;
    可在onsubmit中加入校验,true跳,false不提交。

    3、提示功能

    空span--id--利用id获得span并用innerHTML=“。。”进行提示。

    相关文章

      网友评论

          本文标题:相关小知识点

          本文链接:https://www.haomeiwen.com/subject/lcljmttx.html