alias system=executeShell; catch {}=>finally{} getenv->environment auto res = system(cmd); if (res[0]!= 0)//元组取第1个[0]
虽然如此,编译成功了.但生产的程序,并没有将其他程序编译成功.
编译成功了
其他