摘要: Python 用下划线作为变量前缀和后缀指定特殊变量/方法。 主要存在四种情形 1. 1. object # public 2. __object__ # special, python system use, user should not define like it 3. __object # 阅读全文
posted @ 2017-07-21 19:29 SnailsCoffee 阅读(303) 评论(0) 推荐(0)