hahacjh
既然选择了远方 便只顾风雨兼程

代码
static void Main(string[] args)
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(
false);
if (args.Length!=0)
{
Application.Run(
new F_WebIE(args[0]));
}
else
{
Application.Run(
new F_WebIE(null));
}
}

 

注意:不能把 参数 string[] args 改为 string arg 参数必须要用字符串数组

posted on 2010-03-12 21:29  hahacjh  阅读(2428)  评论(0编辑  收藏  举报