JavaScript中,可通过str.substring(0,str.length1)或str.slice(0,-1)去除字符串最后一个字符...
JS中,可用str.slice(0,-1)或str.substring(0,str.length1)去掉字符串最后一个...