- 使用alert
// 手机页面调试,定位错误代码
window.onerror = function(error, file, row){
alert(error)
alert(file)
alert(row)
}
``
2. 重写console或者使用库(vconsole)
// 手机页面调试,定位错误代码
window.onerror = function(error, file, row){
alert(error)
alert(file)
alert(row)
}
``
2. 重写console或者使用库(vconsole)
本文标题:手机页面如何调试
本文链接:https://www.haomeiwen.com/subject/quyuhftx.html
网友评论