报错:Uncaught TypeError: Cannot read property '1' of undefined
console.log()能访问到数字,为什么比较时就会出错?
aaaaaa
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这个报错是溢出数组,现在data.length=6,当i=5是,i+1=6就溢出了。
<p id="abc">aaaaaa</p>
<script>
</script>
这样就不会报错了。
你可以这样写: