代碼如下:jsfunction QQ(id,k){var i=document.getElementById(id);if(!k.test(i)){if(id=="QQId"){alert("QQ格式錯誤或賬號位數(shù)不對!!!");}if(id=="QQpass"){alert("密碼格式錯誤或位數(shù)不對!!!");}}}html<div style=" margin-top:10px"><li style=" list-style:none; width:160px; margin:0px auto; font-size:12px; height:40px">QQ號碼:<input type="text" class="input" id="QQId" onblur="QQ('QQId',/^[1-9][0-9]{3,9}$/)" /></li><li style=" list-style:none; width:160px; margin:0px auto; font-size:12px; height:30px">QQ密碼:<input type="text" class="input" id="QQpass" onblur="QQ('QQpass',/^([a-zA-Z]{1,}\w){6,12}$/)"/> </li><img src="images/btn_login.gif" style=" margin-left:110px" /><p style=" font-size:12px; margin:10px 5px; line-height:25px"> 世界的改變不是少數(shù)人做了很多,而是每個人都做了一點(diǎn)點(diǎn)。伸出手,讓我們把愛傳遞。</p></div>不知道正則表達(dá)式作為參數(shù)時該怎么用?
js中正則表達(dá)式作為參數(shù)怎么寫的?
墨色風(fēng)雨
2018-10-24 15:10:47