移动web端在线观看ppt

使用office online 移动端重定向地址,重定向地址生成方式(对ppt地址进行两次编码),代码如下。将代码中http://video.ch9.ms/build/2011/slides/TOOL-532T_Sutter.pptx替换为自己的ppt地址。ppt地址的规则请自行查office online的要求。

<iframe id="i" src="" frameborder="0"></iframe>
document.querySelector('#i').src='https://hk2-powerpoint.officeapps.live.com/p/mPPT.aspx?PowerPointView=ReadingView&ui=zh-CN&rs=zh-CN&WOPISrc=http%3A%2F%2Fhk2-view-wopi%2Ewopi%2Elive%2Enet%3A808%2Foh%2Fwopi%2Ffiles%2F%40%2FwFileId%3FwFileId%3D' + encodeURIComponent(encodeURIComponent('http://video.ch9.ms/build/2011/slides/TOOL-532T_Sutter.pptx')) + '&access_token_ttl=0&access_token=1&wdMobileHost=2';

猜你喜欢

转载自www.cnblogs.com/sgqwjr/p/10685306.html