0

例えば作り方はwww.example.com#test

スイッチの使い方を知っているwww.example.com?test=1

しかし、私は本当に必要ですwww.example.com#test

$_GET関数を使用して何かをさせる可能性はありますか?

4

1 に答える 1

0

http://www.w3.org/TR/WD-htmllink-970328

"URLs can also be used to name locations within HTML documents using the fragment     identifier syntax, e.g.

 See: <a href="#s3.2">section 3.2</a> for details.
      ...
  <a name="s3.2">Section 3.2</a>The Bigger Picture"
于 2013-06-21T15:01:36.740 に答える