【发布时间】:2016-01-30 16:35:39
【问题描述】:
我正在创建布局。我包含了超链接,但它不起作用。我用这种格式写了我的“href”。
href="C:/Users/Dmitry/PycharmProjects/save&edit/templates/form_action.html"
当然,我把它放在标签里。点击此链接后没有反应。
【问题讨论】:
-
您不想链接到 Web 位置而不是磁盘上的某个位置吗?
-
试试
<a href="file:///C:/Users/.../Documents/1.html">Link</a>。