https://electronjs.org/docs/api/web-contents#contentsgetprinters 从文档看到的就只有这个了:
callback Function (可选)
success Boolean - Indicates success of the print call. failureReason String - Called back if the print fails; can be cancelled or failed.
经过测试,这个回调只能判断打印任务是否发出了,并不能判断打印成功或者失败。 所以,有其他办法么,不会真的要写 C++或者 C#才能解决吧?!我只是一个前端 er 啊~~~~