摘要:
放在Update里面 回输出对应的键值 KeyCode :KeyCode是由Event.keyCode返回的。这些直接映射到键盘上的物理键。 值 对应键 Backspace 退格键 Delete Delete键 Tab TabTab键 Clear Clear键 Return 回车键 Pause 暂停 阅读全文
摘要:
1.去取得字典的第一个值 首先using System.Linq; dic.Keys.First()键的第一个dic.Values.First()值得第一个 2.去取得字典的第某个值 Dictionary<int,string> dc=new Dictionary<>(int,string);Lis 阅读全文