js 驗證表單大全 1. 長度限制 <script> function test() { if(document.a.b.value.length>50) { alert("不能超過50個字符!"); document.a.b.focus();
確定! 回上一頁