system函式 路徑有多個雙引號,無法呼叫成功

HackerFox發表於2024-10-12

system(""D:\ha ha\a.exe" "001""); //這樣是會報錯
改成
system("""D:\ha ha\a.exe" "001""");

相關文章