【python】简单的flask做页面。一组字母组成的所有单词。这里的输入是一组字母,而输出是所有可能得字母组成的单词列表
目录结构如下:.├──static│├──css││└──styles.css│└──js│└──scripts.js├──templates│├──base.html│├──case_converter.html│├──index.html│└──word_finder.html├──app.py├──tree.py└──words.txthttps://github.com/kaede316/