摘要:
//在对 Dictionary 作 foreach 操作的时候,不可以作 Remove() 操作。 public Dictionary stateItem; private void resetState() { Dictionary.KeyCollection itemColl = stateItem.Keys; string[] itemList = n... 阅读全文
摘要:
compose : ◆-------- 组成关系 例如:书◆-------文章 aggregate : ◇-------- 聚合关系 例如:读者◇---- 书 阅读全文