我想从后往前提取world!该怎么打代码?
var str="Hello World!";
document.write(str.substr(str.lastIndexOf("World!"),6));
函数strrev(string),字符串的翻转吧好像