ajaxHooker
修改响应时报错
Resolved#941296760222Created At 17 days ago

if (item.response === '是') {
request.response = res => {
res.responseText = 'test'
}
}
我尝试修改响应时报错:Cannot create property 'msg' on string 'test'

  • 这应该不是库的报错,而是网页解析不了test这个字符串,大概率是JSON格式不正确,你按照原来的响应格式写一个试试。

  • 这应该不是库的报错,而是网页解析不了test这个字符串,大概率是JSON格式不正确,你按照原来的响应格式写一个试试。

    确实是格式问题,谢谢

  • 296760222
    14 days agoClose Feedback
empty image
Please log in to post a comment
Labels
Watch
Participants