Flask 內建的jsonify 包裝了Python 內建的json.dumps 的用法,可以輕鬆將Python 對象(例如:字典dict 或列表list) 轉換成JSON-formatted string,並且還會 ...
確定! 回上一頁