我在过滤从Web服务器检索到的数据时遇到了一些问题。据我所知,我能够使用文本输入并过滤检索到的数据。例如,如果输入是“family”,则链接将从
更改http://api.eventful.com/rest/events/search?app_key=xxxxxxxxxxx&location=singapore&category=
到
http://api.eventful.com/rest/events/search?app_key=xxxxxxxxxxx&location=singapore&category=family
我可以知道插入我从用户那里获得的输入并将其插入网址的代码是什么?