What are the url parameters naming convention or standards to follow

前端 未结 6 992
情书的邮戳
情书的邮戳 2021-01-31 14:29

Are there any naming conventions or standards for Url parameters to be followed. I generally use camel casing like userId or itemNumber. As I am about

6条回答
  •  -上瘾入骨i
    2021-01-31 15:18

    I use lowercase. Depending on the technology you use, QS is either threated as case-sensitive (eg. PHP) or not (eg. ASP). Using lowercase avoids possible confusion.

提交回复
热议问题