更新时间:2024-07-26 GMT+08:00
查询某个类的成员
搜索查询“class:init AND member:test”将匹配类名称包含“init”的类中,类成员名称中包含“test”的所有类成员。
搜索查询“class:init AND (member:test OR member:assert)”将匹配名称包含“init”的类中,类成员名称中包含“test”或“assert”的所有类成员。
父主题: 案例