getQuery
题目:
- 获取‘?’后的get query,并返回对象:{u:1,token:2,type=3,type2:''}
要求
- 例子
https://maimai.cn?u=1&token=2&type=3&type2返回{u:1,token:2,type=3,type2:''}
← 说明以下代码输出情况 sum函数 →
题目:
要求
https://maimai.cn?u=1&token=2&type=3&type2返回{u:1,token:2,type=3,type2:''}← 说明以下代码输出情况 sum函数 →