跳转,location.href,window.open(),load加载页面,iframe加载页面,兼容相关

    技术2022-07-13  92

    跳转页面,兼容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>
    Processed: 0.032, SQL: 9