
使用webbrowser控件展示echarts的三维图像
1.webbrowser控件导航到目标文件string dataDir = Path.GetFullPath(@"..//.."); //取得当前程序的上上级目录webBrowser1.Navigate(dataDir + @"\asset\p1.html");注意指示托管类型对 COM 可见 [System.Runtime.InteropServices.ComVisible(true)] public partial class Form1 : Form { }2.p1.



