使用 PHP 获取单词的定义?
我有一些东西,它使用 PHP 随机生成单词...... 我当前有一个 iFrame 链接到dictionary.com... 我不喜欢这个,因为它又旧又丑。 我想获得一个单词的定义并按照我想要的方式显示它! 使用 PHP 可以实现这一点吗?
I have something where it randomly generates words using PHP...
I have a iFrame currently linking to dictionary.com...
I don't like this because it's old and ugly.
I want to get the definition of a word and display it how I want!
Is this possible by using PHP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想使用 PHP 检查单词的定义,并且您使用的是基于 Unix 的平台,请查看以下问题:
https://stackoverflow.com/questions/415615/是否有任何 api 可以与 php 中的英语词典集成
If you want to use PHP to check the definition of a word, and you're using a Unix-based platform, check out this question:
https://stackoverflow.com/questions/415615/is-there-any-api-to-integrate-with-english-dictionary-in-php
如果您喜欢dictionary.com,也许可以考虑使用它的API?请参阅 http://developer.dictionary.com
If you like dictionary.com, maybe consider using its API? See http://developer.dictionary.com