Blog
Archives
About
GitHub
RSS
algorithm(2)
android(6)
android studio(1)
augmented reality(4)
cs(1)
css(3)
design pattern(3)
html(4)
http(3)
ios(45)
java(2)
javascript(7)
llm(1)
machine learning(10)
map tech(3)
mobile(1)
mongodb(1)
music(7)
nlp(2)
nlu(2)
nodejs(7)
objective-c(22)
philosophy(2)
productivity(24)
python(7)
react(1)
reading(51)
server(1)
swift(7)
web(14)
wwdc(2)
xcode(8)
Python对中文的支持问题
参考
官方文档
一种解决方案:在python文件的开头(第一行)加入如下内容:
1
2
#!/usr/local/bin/python
# coding: utf-8