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.
我正在开发基于 Laravel oneline 的 pos 系统,我的系统将托管在 web 服务器中,并通过键入站点 url 最终用户/客户端系统从他们自己的 pc 访问我们的 POS。现在想在客户端热敏打印机上打印订单收据。我是怎么做到的?任何指导方针都将被积极采纳。提前谢谢。
只需将热敏打印机与您要打印的预期计算机连接即可。并编写打印代码<br>
<br>
window.print()
更改您可以使用键盘快捷键 CTRL+P 打印发票。