Is there a specification somewhere listing the correct way to pass GET variables to a URL?
Normally I do it like this (first variable indicated by ?, second and subsequent indicated by &:
http://www.mysite.com/mypage.html?var1=value1&var2=value2&var3=value3
Are those ? and & specifically needed, and in those order? Could I eliminate the '?' and pass all variables only with the '&' ?
question from:
https://stackoverflow.com/questions/5998425/url-format-with-get-parameters 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…