Google查看器有时显示空白页

时间:2019-10-10 06:09:26

标签: c# jquery .net model-view-controller

之前,我一直在使用Google文档查看器,但它一直都无法正常工作,因此我决定在下一页打开该文档,但有时它还会显示空白页面,有时还能工作,有人可以帮忙

let host = '@System.Configuration.ConfigurationManager.AppSettings["WebsiteURL"]';
let googleurl = '@System.Configuration.ConfigurationManager.AppSettings["DocViewerAPI"]' + host + docPath;
var win = window.open(googleurl, '_blank');
if (win) {
    win.focus();
} else {

    alert('Please allow popups for this website');
}

这应该是每次都显示文档,但是不是。

0 个答案:

没有答案