例如: ?password='1234'表示传入参数password的值为1234,跳转函数时可能会用到
var x = 5'var aa = x>4 ? true :false;这里的问号?三元运算符
表示传参数~