سؤال

Just for curiosity, i want to know i how many ways we can write the parameters in a querystring. I have encountered the following

  • & (is common that we use in our most of the application)
  • , (in some banking application)
  • ; (bank.co.in/BANKAWAYTRAN;jsessionid, this is from my banks QS :-) )

Could you please explain more about the querystring and the parameter separation symbols.

هل كانت مفيدة؟

المحلول

You could do it just about any way you wanted. Your code simply has to interpret them in a meaningful way.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top