摘要:
先看一段简单的代码: class A{ public void doAction(int type){ .......//其他代码 if(type ==0){ do action0; return; } if(type ==1){ do action1; return; } if(type ==2) 阅读全文
posted @ 2018-12-28 18:29
SimpleWorker
阅读(193)
评论(0)
推荐(0)