问大佬一个问题,怎么把xml的Element转化为中文?
R = requests.get(URL,HEADER)R.encoding = “utf-8”\\或者是“GBK”多尝试几种编码??print(R.text)