您好,我想在打印后将用户引导至index.php,但效果很好,但不适用于PC Chrome Explorer和Firefox上经过Safari浏览器测试的浏览器,但不适用于移动应用程序Safari对我来说有解决方案吗? 最好的问候
这是我的代码
$(document).ready(function(){
window.print();
});
window.onafterprint = function() {
window.location.replace("../index.php");
}