键盘快捷键
高级搜索
I'm trying to search a list. using http://api.themoviedb.org/3/search/list?api_key=?query=
what does CGI escaped string means? how that should be?
Thank you :)
First thing is you need to get a API key. The next thing is your need to change the second question mark to &. For example
http://api.themoviedb.org/3/search/list?api_key=KEY&query=kids
might want to try using Google for your question about CGI.
Dale.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Dale 的回复
于 2015 年 08 月 11 日 2:50下午
First thing is you need to get a API key. The next thing is your need to change the second question mark to &. For example
http://api.themoviedb.org/3/search/list?api_key=KEY&query=kids
might want to try using Google for your question about CGI.
Dale.