数据结构 type Node struct { Children NodeChildren End bool // 是否是单词的结束,如打人受伤 打(true) 人(true) 伤(true),可以有三个词汇(打/打人/打人受伤) } 代码实现 见OnlyAtJ/trie