Description. Javascript String isdigit(). Copy String.prototype.isdigit = function() { return this.length && !(/\D/.test(this)); };. PreviousNext ...
確定! 回上一頁