From 83a11244ac186d3c0481b06215d434f6c6be60fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E4=BD=B3=E5=80=A9?= <775761529@qq.com> Date: Mon, 13 Jun 2022 19:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'app/wordfreqCMD.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wordfreqCMD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wordfreqCMD.py b/app/wordfreqCMD.py index 6ea6776..c1d7ae4 100644 --- a/app/wordfreqCMD.py +++ b/app/wordfreqCMD.py @@ -119,7 +119,7 @@ def make_html_page(lst, fname): for word in lst: result += '

' result += '%d ' % id - result += getHyperlinkHTML(word[0]) + result += get_html_hyperlink(word[0]) result += ' (%d)' % word[1] result += '

' # result += '

%d %s (%d)

' % (count, youdao_link(x[0]), x[0], x[1])