编写查询字符串有哪些不同的方法?

发布于 2024-10-22 18:13:41 字数 268 浏览 4 评论 0原文

只是出于好奇,我想知道我们可以通过多少种方式在查询字符串中写入参数。我遇到过以下

  • &(在我们的大多数应用程序中很常见)
  • (在某些银行应用程序中)
  • ;( 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尬尬 2024-10-29 18:13:41

你几乎可以用任何你想要的方式来做。您的代码只需以有意义的方式解释它们即可。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文