<input type='text' onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"> ... <input onkeyup="if(isNaN(value))execCommand('undo')" ...
確定! 回上一頁