摘要: # # dic='{"name":"tang"}' # # f=open("hello",'w') # # f.write(dic) # # f.close() # # # # # # # # f_read=open("hello",'r') # # data=f_read.readline() # # print(type(data)) # # # # print(eval(data)['na... 阅读全文
posted @ 2019-07-18 11:15 coldplaycode 阅读(183) 评论(0) 推荐(0) 编辑

coldplaycode