URL format with GET parameters?

后端 未结 1 492
粉色の甜心
粉色の甜心 2020-12-15 03:06

Is there a specification somewhere listing the correct way to pass GET variables to a URL?

Normally I do it like this (first variable indicated by ?, second and subs

相关标签:
1条回答
  • 2020-12-15 03:29

    No, how you are doing it is correct.

    http://www.w3.org/MarkUp/html-spec/html-spec_8.html#SEC8.2.2

    0 讨论(0)
提交回复
热议问题