Uncaught TypeError: Cannot read property 'appendChild' of null
Posted on 2020-08-09 19:19 MrTager 阅读(294) 评论(0) 收藏 举报移动端H5在做后退功能的时候,window.history.back()到前一页报了这个错误

返回到上一页没刷新的缘故,用history.go(-1)返回并刷新页面
移动端H5在做后退功能的时候,window.history.back()到前一页报了这个错误

返回到上一页没刷新的缘故,用history.go(-1)返回并刷新页面