VB 如何加载 html

VB 如何加载 html

把 html 文件 放到 程序 文件的debug 下用 WebBrowser 控件 加载 方法是WebBrowser1.Navigate(Application.StartuPath &amp"web.htm"
html-css240