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.
我有一个用户在文本字段中输入关键字的场景。我想获取该关键字的相关数据,该关键字在 Wikipedia 上为该提交的关键字提供。 我怎样才能做到这一点?
<form method=POST action=someaction> <input type=text value=enter keyword /> </form>
我认为您所追求的是页面/网络/数据抓取。此方法允许您将来自其他网站的数据(文本/图像)解析到您自己的网站上。据我所知,cURL 是最知名的之一(如果我错了,请纠正我)。