用C语言实现打开一个网页

#include "stdio.h"
#include "stdlib.h"
main()
{
int a=2;
if(a==2)
{
system("start http://www.baidu.com.cn");
}
return 0;
}
posted @ 2011-12-21 13:26  wusuopuBUPT  阅读(1324)  评论(1编辑  收藏  举报