首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
【C#】速查
【C#】速查
tech
2025-03-22
4
初始化Array和Dictionary
string
[
]
myStrArray
=
new
string
[
]
{
"aha"
,
"hmm"
}
;
Dictionary
<
string
,
string
>
myDict
=
new
Dictionary
<
string
,
int
>
{
{
"a"
,
1
}
,
{
"b"
,
2
}
,
{
"c"
,
0
}
}
;
转载请注明原文地址:https://tech.qufami.com/read-21161.html
最新回复
(
0
)