Left Trim in Javascript. Use: String.prototype.leftTrim = function() { return this.replace(/^\s+/,""); }. In the regex the:.
確定! 回上一頁