Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有区别
(a)用 shebang 定义编码
#!/usr/bin/env python -*- coding: utf-8 -*-
(b)在不同的行上定义 shebang 和编码?
#!/usr/bin/env python #-*- coding: utf-8 -*-