跳转页面,兼容ios:
window.location.href = "";
跳转页面,ios无法跳转:
window.open();
load加载页面:
$("#").load(html);
$("#result").load("ajax/test.html");
iframe加载页面:
<iframe
:src="html"
frameborder="0"
scrolling="auto"
width="100%"
height="100%"
>
</iframe>
转载请注明原文地址:https://ipadbbs.8miu.com/read-25084.html