摘要: ps:记录开发过程中遇到的一些小知识点 1、大量选择分支的时候,代码过多 原版: switch (this.SelectValue) { case 1: this.SwitchValue = "星期一"; break; case 2: this.SwitchValue = "星期二"; break; 阅读全文
posted @ 2021-12-15 10:45 草莓糖&薄荷茶 阅读(44) 评论(0) 推荐(0)