如何在前端顯示一個線上的ppt檔案

201812發表於2024-04-30

1.顯示本地的ppt檔案:

<iframe src="your_powerpoint_file.pptx" width="800" height="600"></iframe>

2.顯示線上的ppt檔案:

<iframe src="https://view.officeapps.live.com/op/embed.aspx?src=https://your_powerpoint_online_link.pptx" width="800" height="600"></iframe>

簡直不要太方便了。

相關文章