//js方法. String.prototype.compare = function(str) { //不区分大小写 if(this.toLowerCase() == str.toLowerCase()) { return true; // 正确 }
確定! 回上一頁