【getHowWordPageData.py】提取热词和相关函数定义

This commit is contained in:
juanboy
2024-07-02 18:54:21 +08:00
parent d5f19e9d73
commit 2af147fcb2
6 changed files with 2032 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
from flask import render_template
def errorResponse(errorMsg):
return render_template('error.html',errorMsg=errorMsg)