String.prototype.startWith = function(s) { return this.indexOf(s) == 0; };
Copyright© 2013-2020
All Rights Reserved 京ICP备2023019179号-8