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.
我的网页中有一些 URL 快捷方式文件,我想在新的浏览器窗口选项卡中单击它时打开特定的 URL。(目前我可以实现点击下载文件的功能)。
喜欢,
facebook shortcut.url
google shortcut.url
我正在研究 GWT,并且只有该页面的客户端访问权限。
那么,1)是否可以读取该文件的内容?所以我可以从文件中读取特定的 url 并在新窗口中打开它(仅从客户端)。