var str = 'Hello World!';

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

alert(str);

相关文章: