代碼塊. 例如: <!--限制文本框只能輸入正數--> <input type="text" onkeyup="this.value=this.value.replace(/\D/g,'')"/> <!--限制文本框只能輸入 ...
確定! 回上一頁