http://en.wikipedia.org/wiki/Query_string

The series of pairs is separated by the ampersand, '&' (or semicolon, ';' for URLs embedded in HTML and not generated by a <form>...</form>; see below).

While there is no definitive standard, most web frameworks allow multiple values to be associated with a single field:[3][4]

For each field of the form, the query string contains a pair field=value. Web forms may include fields that are not visible to the user; these fields are included in the query string when the form is submitted

This convention is a W3C recommendation.[5] W3C recommends that all web servers support semicolon separators in addition to ampersand separators[6] to allowapplication/x-www-form-urlencoded query strings in URLs within HTML documents without having to entity escape ampersands.

在HTML规范里,分号是可以当&用的!!!擦!陷阱啊!!!

传的时候一定要URLENcode!!!

最新文章

  1. scrapy爬虫结果插入mysql数据库
  2. ObReferenceObjectByName函数调用WIN7下的解决
  3. iOS开发--Swift 最近项目开发中遇到的一些小问题与解决方法
  4. TP3.1 中URL和APP区别
  5. 我的android学习经历11
  6. c# 多线程与异步调用
  7. source导入错码解决办法
  8. windows蓝屏代码大全及常见蓝屏解决方案
  9. Zsh安装CMake补全脚本进行CMake命令补全
  10. C++ Template Specialization (模板特化)
  11. OCP读书笔记(2) - 配置恢复
  12. 数据处理包dplyr的函数
  13. Docker学习笔记 - Docker Compose
  14. python数据类型:字典dict常用操作
  15. Linux 细节(杂)
  16. Dubbo 源码分析 - SPI 机制
  17. Xshell简单介绍
  18. Maven中groupId和artifactId的含义
  19. Tomcat组成与工作原理
  20. (转)maven镜像详解

热门文章

  1. Centos7Yum安装PHP7.2流程
  2. [LeetCode] 132. 分割回文串 II
  3. 搜索专题: HDU1429胜利大逃亡
  4. rem和css3的相关知识点
  5. Django验证码实现
  6. SpringCloud入门(二)
  7. KVC,KVO详解
  8. NSPredicate的使用,超级强大
  9. django基础篇03-阶段总结
  10. Keepalived高可用服务器案例