Parsing a string of JSON data, also called decoding JSON, is as simple as using json.loads(…) . Loads is short for load string. It converts:.
確定! 回上一頁