【Python】读取中文

# -*- coding: utf-8 -*-

import os
with open("C:\Users\Administrator\Desktop\yaojiang.txt","r") as f:
print f.readline()

原文地址:https://www.cnblogs.com/bashaowei/p/8618413.html