扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

html鎻愪氦鏁版嵁濡備綍鍔犲瘑

扬州沐宇科技
2021-02-09 09:16:00
html, 鏁版嵁鍔犲瘑

html鎻愪氦鏁版嵁濡備綍鍔犲瘑

鍦╤tml涓娇鐢∕D5瀵规彁浜ゆ暟鎹繘琛屽姞瀵?/p>

html浠g爜濡備笅锛?/p>

<form id='test_form' action='' method='' omsubmit='return checkForm()'>

    <input type='text' name='username' value=''/>

    <input type='password'  id='input_pwd' value =''/>

    <input type='hidden' name='pwd' id='md5_pwd' value=''/>

    <button type='submit'>鎻愪氦</button>

</form>

 

<script>

function checkForm(){

    var input_pwd= document.getElementById('input_pwd');

    var md5_pwd= document.getElementById('md5_pwd');

     md5_pwd.value= toMD5(input_pwd.value);           

    //杩涜涓嬩竴姝?/p>

    return ture;

}

</script>


扫码添加客服微信