JS implements Trim() //js remove the space function / / Here add three members for the string class. String.prototype.Trim = function(){ return Trim(this);}
確定! 回上一頁