使用ie打开
//Inet linet_base
//this.GetContextService("Internet", linet_base)
//linet_base.HyperlinkToURL(ls_url)
使用shRunDefltBrowser函数可以调用缺省的浏览器,打开指定页面
函数声明:function long shRunDefltBrowser(string szUrl) library "pbvm90.dll"//这是PB9的
调用方法:shRunDefltBrowser("community.csdn.net")