码迷,mamicode.com
首页 > Web开发 > 详细

JS 去除字符串中的最后一个字符

时间:2017-06-19 19:38:30      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:.text   end   pop   sub   hid   var   art   this   int   

var str = ‘Hello World!‘;

str = str.substr(0,str.length-1);

alert(str);

JS 去除字符串中的最后一个字符

标签:.text   end   pop   sub   hid   var   art   this   int   

原文地址:http://www.cnblogs.com/mthoutai/p/7049906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!