設定Vscode. 按 F1; 輸入 C/Cpp: Edit Configurations. 產生c_cpp_properties.json ... #include <stdio.h> int main() { printf("Hello, World!"); return 0; }
確定! 回上一頁