【发布时间】:2016-10-20 08:07:01
【问题描述】:
我有 Java 代码
string[] elementMath = { 东西}
elementMath[i].charAt(0);
在 C# 中,我尝试过
elementMatn[i][0];
但它会给我错误
【问题讨论】:
-
type是什么元素数学 -
对象引用为空
-
elementMath[i] 的数据类型是什么?
-
是字符串数组
-
你得到什么错误?
标签: c#