# -*- coding:utf-8 -*-
import json
import requests
import os

curpath=os.path.dirname(os.path.realpath(__file__))
xmlpath=os.path.join(curpath,'read1.xml')
with open(xmlpath,encoding="utf-8") as fp:
body=fp.read()
print(body)
posted on 2018-11-27 11:51  新美好时代  阅读(147)  评论(0编辑  收藏  举报