来自 jquery 的代码片段
$.post("GetData",{
itemCode:getItemCode
}, function(html) {
//want to Print to a printer directly html contents using jquery
});
我想直接将 servlet 响应打印到打印机,它是 html 类型。
我们应该怎么做?是否有任何 jquery 插件可用于执行此操作?或者有一些技巧可以做到这一点?