字符串,左右去空格:
$.trim(where); -- 去空格
去最后一个字符
1.string.slice(0,-1)
2.str.substring(0,str.length-1)
posted on 2020-06-21 15:32 肥冬瓜 阅读(376) 评论(0) 编辑 收藏 举报