Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
321 views
in Technique[技术] by (71.8m points)

原生H5嵌入页面如何跳转

index.html和detall.html在同级目录,以下代码在PC调试可以跳转,嵌入之后却失效了,难道要window.location.href = url;

index.js

var url = 'detall.html';
location.href = url;

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

image.png

没做测试,不过你可以在 a 标签上走一下。然后拿到绝对路径。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to MLink Developer Q&A Community for programmer and developer-Open, Learning and Share
...