单项选择题
在JavaScript中,执行下面的代码后,num的值是() var str = "wang.wu@gmail.com"; var num = str.indexOf(".");
A.
-1
B.
0
C.
4
D.
13
点击查看答案&解析
