如标题。 `printerjob.js`中 ```javascript /** * 最终打印 */ printerJobs.prototype.finalizePrint = function () { this._enqueue(commands.FF); return this; }; ``` 然后在打印内容设置完后需要调用 `finalizePrint`,这样条码打印机才会开始打印。这是和小票打印机不同的地方。