# coding:utf-8 # Author: sunhong # Created Time : δΊ” 2/23 23:53:01 2018 # File Name: playbakc.py with open('/Users/grey/workspace/pyandweb/pyanything/misc/heipishu.txt', 'r') as f: content = f.read() print(content)