标签:file load iframe scroll alt update replace http border
显示效果:
代码:
前端代码:
<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("~",""));
标签:file load iframe scroll alt update replace http border
原文地址:https://www.cnblogs.com/pang572936554/p/13300270.html