varstr=helloworld;document.write(str.substr(3,5));document.write(,);document.write(str.substring(3,5));输出结果为。

varstr=helloworld;document.write(str.substr(3,5));document.write(,);document.write(str.substring(3,5));输出结果为。

A.lowo,lo

B.lo,lowo

C.llo,llo

D.lowo,lo

正确答案:lowo,lo

猜你喜欢