http://center.ys.test/api/user.json?app_id=1×tamp=2017-03-27+16%3A30%3A46&sign=3bb98c5ab91ffeeb6df59c0acfda228a
通过input("get.")获取的参数
array (
'/api/user_json' => '',
'app_id' => '1',
'timestamp' => '2017-03-27 16:30:46',
'sign' => '3bb98c5ab91ffeeb6df59c0acfda228a',
)多了一条路由路径'/api/user_json' => '', 如何不获取这条,指获取get过来的参数? 最佳答案