摘要:
String.prototype.startWith = function(s) { if (s == null || s == "" || this.length == 0 || s.length > this.length) return false; if (this.substr(0, s.length) == s) return tr... 阅读全文
posted @ 2016-03-30 12:10
boonya
阅读(4533)
评论(0)
推荐(0)

浙公网安备 33010602011771号