编写查询字符串有哪些不同的方法?
只是出于好奇,我想知道我们可以通过多少种方式在查询字符串中写入参数。我遇到过以下
- &(在我们的大多数应用程序中很常见)
- ,(在某些银行应用程序中)
- ;( bank.co.in/BANKAWAYTRAN;jsessionid,这是来自我的银行 QS :-) )
您能否解释一下有关查询字符串和参数分隔符号的更多信息。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你几乎可以用任何你想要的方式来做。您的代码只需以有意义的方式解释它们即可。
You could do it just about any way you wanted. Your code simply has to interpret them in a meaningful way.