Javascript在移动浏览器中确实起作用

时间:2019-07-07 13:58:01

标签: javascript

您好,我想在打印后将用户引导至index.php,但效果很好,但不适用于PC Chrome Explorer和Firefox上经过Safari浏览器测试的浏览器,但不适用于移动应用程序Safari对我来说有解决方案吗? 最好的问候

这是我的代码

    $(document).ready(function(){
    window.print();
});
window.onafterprint = function() {
    window.location.replace("../index.php");
}

0 个答案:

没有答案