小雄V5
Introducing Yourself
-
2016 12/22
GetStrError 返回的都是问号 Pinned highlightedret = s.Run(); if (ret != 0) { System.Console.WriteLine("run error: {0},{1}", s.GetStrError( ret),ret); } 获取到的字符串都是 ????????
掘金288140
Introducing Yourself
2016 12/22
ret = s.Run(); if (ret != 0) { System.Console.WriteLine("run error: {0},{1}", s.GetStrError( ret),ret); } 获取到的字符串都是 ????????