.net mvc 下显示wpf文件

时间:2020-07-14 17:58:20   收藏:0   阅读:82

显示效果:

技术图片

 

 

 

 

 

 

代码:

前端代码:

<iframe style="height:600px;width:95%;" id="pdf" frameborder="0" scrolling="yes" frameborder="0" scrolling="yes">

</iframe>

 

 

js部分:

url=“~/UpdateFile/XXZL/76e63679-e8b8-4738-898b-00c95a5a5c8d.pdf”;

 $(‘#pdf‘).attr("src", url.replace("~",""));

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!