我想用这个方法上传一个PowerPoint演示文稿:
<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'>
这可能吗?先感谢您。