#!/usr/bin/python
import atx
d = atx.connect() print('CellPhone serial number:',d.serial)
运行结果
已经解决了,结果是因为自己电脑上有安装了 ansicon 工具,这个工具会影响 utf-8 的编码,删掉之后就正常了