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.
在FF中,当我右键单击画布并选择“将图像另存为...”时,提供的名称始终是canvas.png。我不能改吗?
我不确定您使用什么来获得该右键单击功能(除非它内置在特定的浏览器中),但无论哪种方式,答案都是“否”,除非您要在服务器上生成一个新文件来放置作为画布上的玻璃板,用于右键单击。
或者更简单一点,您不能在 JavaScript 中定义任何特定文件的名称,它必须由服务器决定或根本不决定。