难道我的理解混淆了?
<script type="text/javascript">
var mystr="Hello World!"
document.write(mystr.indexOf("h"));
为什么输出的h不是0而是-1?
<script type="text/javascript">
var mystr="Hello World!"
document.write(mystr.indexOf("h"));
为什么输出的h不是0而是-1?
2015-12-16
举报