【发布时间】:2019-11-15 20:37:42
【问题描述】:
我想用这个方法上传一个PPT演示文稿:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[https://www.your_website/file_name.pptx]' width='100%' height='600px' frameborder='0'>
但我使用 XAMMP 来使用 localhost 服务器,所以我需要这样的东西
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[/file_name.pptx]' width='100%' height='600px' frameborder='0'>
这可能吗?提前谢谢你。
【问题讨论】:
标签: html iframe office365 powerpoint office-online-server