# -*- coding:utf-8 -*-
import jsonimport requestsimport oscurpath=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)