摘要: https://learngitbranching.js.org/ 阅读全文
posted @ 2017-10-06 15:35 安阳小栈-客官歇会吧 阅读(120) 评论(0) 推荐(0)
摘要: a = [] with open('douban.json','r') as f: for i in f.readlines(): a.append((i.encode('utf8').decode('unicode_escape'))) 阅读全文
posted @ 2017-10-06 11:26 安阳小栈-客官歇会吧 阅读(2054) 评论(0) 推荐(0)