The json string can be got, but with ajax when pushed to the front show not to come out, ask bosses solve, have died in this two hours, help!
Datas={" nowConfirm ":" 1729 ", "confirm_add" : "173", "confirm" : "98290", "dead" : "4803", "at heal" : "91758"}
Flask:
@ app. The route ('/get_column_no ', the methods=[' get 'and' post '])
Def get_column_no () :
# access to data in the database
Res=utils1. Get_column_no ()
Datas=jsonify ({" nowConfirm ": STR (res) [4]," confirm_add ": STR (res [1]),
"Confirm" : STR (res) [0], "dead" : STR (res) [3], "at heal" : the STR (res) [2]})
Return datas