更新 'app/wordfreqCMD.py'

Bug358-TengJiaQian
滕佳倩 2022-06-11 09:56:54 +08:00
parent 3654776aec
commit d0dfa605a9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def make_html_page(lst, fname):
f.write(result) f.write(result)
f.close() f.close()
def getHyperlinkHTML(word): def get_html_hyperlink(word):
s = '<a href="' + youdao_link(word) + '">' + word + '</a>' s = '<a href="' + youdao_link(word) + '">' + word + '</a>'
return s return s