Python 附带内置的XML解析器。 我建议你使用ElementTree API: import requests from xml.etree import ElementTree response = requests.get(url) ...
確定! 回上一頁