#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