标签: c++ c linux
linux中_tsystem and _wsystem 的等价物是什么?
答案 0 :(得分:1)
只需system。 Linux中没有宽字符串(Unicode)API。
system