Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是链接到 https 网站的用户。像这样:
<a href="https://site/#create/new/?">
但是当我点击链接时,它无法指向正确的页面,而是直接指向https://site/#create%2fnew%2f%3f 如何解决这个问题?有人可以帮忙吗?
https://site/#create%2fnew%2f%3f
谢谢
Adaman 的意思是 #create... 是 page 的片段标识符/site/index.[html|htm|php]。你确定网址正确吗?它应该类似于以下内容:https://example.com/create/new/?
/site/index.[html|htm|php]
https://example.com/create/new/