阿里斯顿壁挂炉说明书:javascript小问题

来源:百度文库 编辑:高校问答 时间:2024/04/30 05:02:37
var str="hello world"
str.toUpperCase()
这是什么意思.还有这个str.indexOf("w")它会返回什么结果呢.
请详细点.先谢谢了.

toUpperCase()
变成大写,
indexOf("w"),返回W所在的位置