如何从 Django Request 对象访问 url 哈希/片段
如标题所示:如何从 Django 视图访问 URL 哈希/片段(哈希 #
后面的部分,或美国英语中的“英镑符号”),因此,我想,从Django 请求对象?
我没有找到有关此处可用文档的足够信息: http://docs .djangoproject.com/en/dev/ref/request-response/
PS 假设该片段包含在发送到服务器的 URL 中。 (我已经在我的例子中验证了这一点,我实际上并没有使用浏览器。)
As in the title: How can I access the URL hash/fragment (the part following the hash #
, or 'pound symbol' in US English) from a Django view and so, I suppose, from a Django Request object?
I've not found enough information on the documentation here available: http://docs.djangoproject.com/en/dev/ref/request-response/
P.S. Assume the fragment is included in the URL sent to the server. (I have verified this in my case, where I'm not actually using a browser.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据定义,这不会发送到服务器。来自 URI 参考:URI 上的片段标识符:
This is not sent to the server, by definition. From URI References: Fragment Identifiers on URIs :