forked from mrlan/EnglishPal
更新 'app/wordfreqCMD.py'
parent
3654776aec
commit
d0dfa605a9
|
@ -129,7 +129,7 @@ def make_html_page(lst, fname):
|
|||
f.write(result)
|
||||
f.close()
|
||||
|
||||
def getHyperlinkHTML(word):
|
||||
def get_html_hyperlink(word):
|
||||
s = '<a href="' + youdao_link(word) + '">' + word + '</a>'
|
||||
return s
|
||||
|
||||
|
|
Loading…
Reference in New Issue