Javascript String trim(char, type). Copy String.prototype.trim = function (char, type) { if (char) {//from w w w .j av a 2 s . c om if (type == 'left') ...
確定! 回上一頁