第575天 url链接中如果有两个问号会出现什么问题?如果通过js获取url的参数时能正常获取到吗? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
ferrinweb commentedon Nov 11, 2020
测试地址
https://github.com/haizlin/fe-interview/issues/3171?a=1&b=2?c=3
获取参数
console.info(location.search) // ?a=1&b=2?c=3