首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
mgjrouter专题
MGJRouter原理解析
1. 属性 MGJRouter中有个重要的属性: @property (nonatomic) NSMutableDictionary *routes; 该属性保存了所有已注册的 URL,其结构类似于: @{@"project": @{@"query": @{@":keywork": @{@"_": <__NSGlobalBlock__: 0x104ebc100>}}}} 2. 注册
阅读更多...