Python中获取某样东西里包含的东西的三种方法

一、字典app #dict styleclass mystuff['apples']module   二、模块dict #module styledi mystuff.apples()apple print mystuff.tangerine字典   三、类 #class style thing = Mystuff() thing.apples() print thing.tangerine
相关文章
相关标签/搜索