Python_json的簡單說明

Json的簡單說明 1、json的簡介 網絡傳輸的本質,服務器a——服務器b(本身是以字節傳輸的) Soap:簡單對象傳輸協議 #coding=utf-8 import json data = [{'a':"A",'b':(2,4),'c':3.0}] res = repr(data) print("data :", res) data_json = json.dumps(data) print(
相關文章
相關標籤/搜索