我有以下代码,但给出错误"无法将类型'字符串'隐式转换为'char []'"
char[] hTempFile = new char[300 + 1]; hTempFile ="";
c# c#-4.0
c# ×1
c#-4.0 ×1