unity3d c# 的代码错误

Dictionary<int,string[]>openWith0=newDictionary<int,string[]>();//定义字典Dictionary<int,... Dictionary <int, string[]> openWith0 = new Dictionary<int, string[]>();//定义字典
Dictionary <int, string[]> openWith1 = new Dictionary<int, string[]>();//定义字典

openWith0.Add(0, "0,500,1000,1500,2000,3500,4500,6500,7500,8500,10000,14000,15000,16000,18000,19000,21000".Split(','));

openWith1.Add(0, "1,2,3".Split(','));

for (int i = 0;i < openWith0[0].Length;i++)
{
for (int j = 0;j < openWith1[openWith0[0][i]].Length;j++)//就是这行报错
{
if (j == 0)
{
Instantiate(m1,new Vector3 (Random.Range(200,300), Random.Range(-800,-700),0),transform.rotation);
}
}
}

报错:

Assets/script/gamelogic.cs(55,44): error CS1502: The best overloaded method match for `System.Collections.Generic.Dictionary<int,string[]>.this[int]' has some invalid arguments

Assets/script/gamelogic.cs(55,44): error CS1503: Argument `#1' cannot convert `string' expression to type `int'
展开
 我来答
tmartin1981
2014-08-14 · TA获得超过209个赞
知道小有建树答主
回答量:516
采纳率:0%
帮助的人:340万
展开全部
openWith1 的key是int型的,
openWith0[0][i] 得到的是字符串
屈膝寸草得意人904
2014-08-14 · TA获得超过168个赞
知道答主
回答量:176
采纳率:0%
帮助的人:58.3万
展开全部
你贴出的代码段里并没有IconData1
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式