python接口自動化測試十:字典、字符串、json之間的簡單處理

# 字典 a = None    # None = null b = False   # boolean c, d = 12, 10.6 # int float e = 'asdd'  # str f = ['s', 'e']  # list,數組,可增刪改查 g = ('a', 's', 'f') # 元組(tuple),只能查     # 字典 t = { #   鍵:值     '': ''
相關文章
相關標籤/搜索