SyntaxError: Non-ASCII character
在代码开头加上
# coding: utf-8
IndentationError: unexpected indent 是缩进的问题,也有可能是tab和空格混用啦
本文共 114 字,大约阅读时间需要 1 分钟。
SyntaxError: Non-ASCII character
在代码开头加上
# coding: utf-8
IndentationError: unexpected indent 是缩进的问题,也有可能是tab和空格混用啦
转载地址:http://ynxga.baihongyu.com/