每次看文章的源码时,Python的主程序中都会看到开头有这个,查了一下作用:https://www.cnblogs.com/alan-babyblog/p/5147770.html。 讲的很详细,就直接转载过来。
相关文章
- Python中的 if __name__ == “__main__“
- Python中的MRO(方法解析顺序)[转载]
- Python中的__name__和类
- Python中“if __name__=='__main__':”理解与总结
- Python 去除列表中重复的元素(转载http://blog.csdn.net/zhengnz/article/details/6265282)
- 浅析Python3中的bytes和str类型
- python 项目中包中__init__.py文件的作用
- 【转载】关于Python中的yield
- Python 中的@修饰符作用
- python中@property的作用和getter setter的解释