#include "stdio.h"
#include "stdlib.h"
main()
{
int a=2;
if(a==2)
{
system("start http://www.baidu.com.cn");
}
return 0;
}

相关文章:

  • 2022-12-23
  • 2021-06-08
  • 2021-05-14
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-12-16
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2021-12-29
相关资源
相似解决方案