Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何从错误的单词中得到正确的单词...
例子
字符串是“字符串”
但正确的词是字符串...
php中有什么算法吗?
谢谢并提前
最简单的方法是访问 Google 拼写检查 API。
还有一些本地解决方案只需要一个字典文件。谷歌搜索“php 拼写检查器”将为您提供大量可能的解决方案。