PowerPoint中插入本地HTML网页(使用相对路径) WebBrowser1.Navigate函数用于在PowerPoint中显示HTML动态网页; ActivePresentation.Path函数用于在获取当前Powerpoint路径; file_path为需要显示的网页路径。 WebBrowser1.Navigate (ActivePresentation.Path + file_path)