2018年11月28日

python #!/usr/bin/python作用

摘要: #!/usr/bin/python指定用什么解释器运行脚本以及解释器所在的位置# -*- coding: utf-8 -*-用来指定文件编码为utf-8的PEP 0263 -- Defining Python Source Code Encodingshttp://www.python.org/de 阅读全文

posted @ 2018-11-28 16:02 BlackGenius 阅读(256) 评论(0) 推荐(0)

导航