VC/C++添加网址链接的方法
VC
System.Diagnostics.Process.Start(“explorer.exe”, “http://www.optotek.com.cn/knowledge-category-1-ZEMAX.html“);
C++
System::Diagnostics::Process::Start(“explorer.exe”, “http://www.optotek.com.cn/knowledge-category-1-ZEMAX.html“);