为了账号安全,请及时绑定邮箱和手机立即绑定

方法里不能嵌套方法吗?还是我哪里写错了?

document.write( mystr.substring(mystr.indexOf("W")) + "<br/>");
document.write( mystr.substring(mystr.indexOf("H"),mystr.indexOf("H")+4);


正在回答

1 回答

JS代码最后一句少了半拉)加上就行了

0 回复 有任何疑惑可以回复我~
#1

shadowMike 提问者

唉唉,好的。
2014-12-16 回复 有任何疑惑可以回复我~
#2

IceKing 回复 shadowMike 提问者

应该是+5才能返回Hello吧,这个好像是从0开始
2015-04-10 回复 有任何疑惑可以回复我~
#3

IceKing 回复 shadowMike 提问者

一个字符串里面有多个相同字符(happy birthday),这样有两个h和两个a,document.write(mystr.substring(mystr.indexOf(h));是从那个h开始提取呢
2015-04-10 回复 有任何疑惑可以回复我~
#4

霞_霞 回复 IceKing

indexOf()方法查找字符首次出现的位置,这里是指第一个h,所以document.write(mystr.substring(mystr.indexOf(h));输出的是happy birthday
2015-04-15 回复 有任何疑惑可以回复我~
查看1条回复

举报

0/150
提交
取消

方法里不能嵌套方法吗?还是我哪里写错了?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信