var mystr="Hello World!" document.write(mystr.indexof("o",6)); //怎么度不成功?求解答
indexOf() 方法区分大小写
indexof中的o没大写
document前加分号,是indexOf