Post

20170625

20170625

python __name__,__init__.py

resolved

python __name__,__init__.py

__name__ 执行文件名称

1
2
3
if(__name__ == '__main__'){

}

pending

This post is licensed under CC BY 4.0 by the author.