我正在使用phonegap制作应用。 问题是我已经使用window.location重定向到index.html旁边的另一个HTML文件。 但在移动应用中,它用于显示错误提示net :: ERR_FILE_NOT_FOUND(file://data/user/0/com.adobe.phonegap.app/files/phonegapdevapp/test)
我使用了这些错误,并且错误相同
window.location='dashboard.html'
window.location='/dashboard.html'
window.location='./dashboard.html'
window.location='www/dashboard.html'
window.location='test/www/dashboard.html'
及以上所有内容,包括window.location.href和双引号