varstr=helloworld;document.write(str.indexOf(llo));输出结果为

varstr=helloworld;document.write(str.indexOf(llo));输出结果为

A.1

B.2

C.3

D.4

正确答案:2

猜你喜欢