标签:.text end pop sub hid var art this int
var str = ‘Hello World!‘; str = str.substr(0,str.length-1); alert(str);
JS 去除字符串中的最后一个字符
原文地址:http://www.cnblogs.com/mthoutai/p/7049906.html