Home  >  Article  >  Backend Development  >  <form method="post" action="" onsubmit="return searchresults();"> 中的#代表什么?该怎么处理

<form method="post" action="" onsubmit="return searchresults();"> 中的#代表什么?该怎么处理

WBOY
WBOYOriginal
2016-06-13 13:28:371032browse
中的#代表什么?
如题

------解决方案--------------------
本文件地址内。
------解决方案--------------------
二楼的不知所言....
----------------------
# 代表文件内的锚点.

比如有个


那么你写滚动到selection1
点击这个链接就会滚动到 id="selection1"的标签的起始位置。
如果只有单独的一个#号,那么代表本文件。
也可以这样写 otherSelection
那么这时候点击将会进入aaaa.html并定位到id="otherSelection"的位置。

form 的action属性是数据发送地址,与上面的原理相同。
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn