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