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.
点击后我需要制作一个按钮或链接将图片设置为桌面壁纸。这可以用 JavaScript 实现吗?
在 JS 中不可能,您无法访问文件系统或任何系统首选项。
这是不可能的。如果你可以通过 JavaScript 进行这样的系统附近操作,那将是非常危险的。