eclipse代码运行时显示:syntaxerror: non-ascii character '/xd6' in file
原因:如果文件里有非ASCII字符,需要在第一行或第二行指定编码声明。
解决方法:# coding=gbk