比如,document.write(mystr.indexOf("o",mystr.indexOf("o")+1));
mystr.indexOf("o")+1的结果只要符合indexOf方法的参数类型就可以
也就是语法没错应该可以嵌套吧
个人观点