手机端切换电脑端js怎么弄

img

img


点击index.html的时候,报错说找不到,这个怎么处理, window.location.href = '/index.html';和 window.location.href = 'PC/index.html';都不行

这路径错了吧,你把你现在的url载错出来看下

img

img

comom.js 在最外层?
pc是一个文件夹
phone是一个文件夹

./phone = ./phone/index.html
./PC = ./phone/index.html

默认的就回去找index.html文件

/phone/index.html