var str = 'Hello World!'; str = str.substr(0,str.length-1); alert(str); 相关文章: 2022-12-23 2021-06-21 2021-10-19 2022-12-23 2021-09-08 2021-06-11