11 2019 档案
摘要:有这样一个列表: list = [{'channel_id': -3, 'name': u'\u7ea2\u5fc3\u5146\u8d6b'}, {u'seq_id': 0, u'name_en': u'Personal Radio', u'channel_id': 0, u'abbr_en':
阅读全文
摘要:解决flask中文乱码的问题 1 2 3 4 5 6 7 8 9 10 11 12 13 from flask import Flask,jsonify app = Flask(__name__) #使用jsonify模块来让网页直接显示json数据 @app.route('/json') def
阅读全文
摘要:I set up a remote interpreter and verified that I can run a script using the remote interpreter. Console output in the Run window looks like this: ssh
阅读全文