摘要: 字典的常用用途之一代替switch 在C/C++/Java语言中,有个很方便的函数switch,比如: 复制代码代码如下: public class test { public static void main(String[] args) { String s = "C"; switch (s){ 阅读全文
posted @ 2020-01-08 21:03 winner66 阅读(1377) 评论(0) 推荐(0)