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.
这不是一个很难的问题,但是如何使整个网页可点击?我需要这个用于我的网站,如果您单击下载文件的任何位置,我想要它。
body { ifclickanywhere - download file }
这应该工作
<body onclick="window.location.href=filename"> body text </body>