Python flask

1.Json格式數據轉換 JSON(Javascipt object notation)是一種輕量級的數據交換格式,向前端傳遞數據的時候一般採用json格式 python中Json格式的定義: http://www.runoob.com/python/python-json.html 比如: data = [ { 'a' : 1, 'b' : 2, 'c' : 3, 'd' : 4, 'e' :
相關文章
相關標籤/搜索