若需要將執行程式時,使用者所輸入的命令列參數讀取進來,則可在 main 函數中加上 argc 與 argv 兩個參數: #include <stdio.h> int main(int argc, ...
確定! 回上一頁