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

js中字符串不能借用数组splice方法

js中字符串不能借用数组splice方法

慕标5832272 2018-08-10 09:09:40
运行如下代码报错:var a = [];var b = 'str';a.prototype.splice.call(b,0,1,'aa')报错部分:VM1507:1 Uncaught TypeError: Cannot read property 'splice' of undefined(…)求问为什么字符串不能借用数组中的splice方法
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 2213 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信