键盘快捷键
高级搜索
Is there a general rule of thumb for when queries need &api_key= to when queries need ?api_key=?
&api_key=
?api_key=
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a ?. From then on, to specify more parameters you use the & to append more params.
?
&
You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2014 年 07 月 29 日 11:58下午
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a
?
. From then on, to specify more parameters you use the&
to append more params.You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string