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.
一个非常简单的问题,但我似乎无法解决这个问题。
我有一个 HTML 文件,其中包含指向 word 文档的链接。
在 IE/PC 中,它在 mac 上的 Safari 中运行良好我得到一个打开的空白选项卡。
The HTML Code: <a href=-"./MyDoc.docx">Open Word File</a>
有任何想法吗 ?
其他文件类型的结构相同,例如 .mp4 和 pdf,但不是 DOCX 或 PPT
我没有Mac,但我建议这样做:
<a href=-"./MyDoc.docx" target="_self">Open Word File</a>