打印 html5 canvas 元素

发布于 2024-12-12 05:41:23 字数 81 浏览 0 评论 0原文

如何使用 javascript 打印一个 html5 canvas 元素,该元素上绘制了一些内容?我的打印预览显示一个空白框而不是画布元素中的内容?

How can I print a html5 canvas element that has some content drawn on it using javascript? My print preview shows a blank box instead of the contents in the canvas element?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心是晴朗的。 2024-12-19 05:41:23

您必须将画布的内容保存在图像标签中,然后才能打印图像。

You will have to save the contents of the canvas in an image tag, you will be able to print the image.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文