摘要:
在谷歌浏览器中设置 F12 --> 设置(上图中红框已标出) --> Perferences --> Sources 禁用以下两项即可: Enable JavaScript source maps. Enable CSS source maps. 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> </head><body> <h1>使用字典变量:{{mydict["type"]}}</h1> <h1>使用列表变量:{{mylist[0]}}</h1> <h1>使用普通函数 阅读全文
摘要:
使用 jsonify 时,返回的 http response 的 Content-Type 是:Content-Type: application/json 使用json.dumps时,Content-Type则是:Content-Type: text/html; charset=utf-8 其他基 阅读全文