为了账号安全,请及时绑定邮箱和手机立即绑定

有没有办法在html javascript中重写裸域url

有没有办法在html javascript中重写裸域url

青春有我 2023-10-24 17:21:58
尝试将https://example.com重写为 / (如https://example.com/)或不带 / 结尾,以https://example.com/hellohtml中可以使用javascript吗?不想重写任何其他比赛
查看完整描述

1 回答

?
慕桂英3389331

TA贡献2036条经验 获得超8个赞

您可以使用 window.history.pushState 函数。这是一个例子


const state = { 'page_id': 1, 'user_id': 5 }

const title = 'NEW TITLE'

const url = 'https://example.com/hello'


window.history.pushState(state, title, url)


查看完整回答
反对 回复 2023-10-24
  • 1 回答
  • 0 关注
  • 73 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信