NativeScript打印机插件 打印之前考虑一下环境! 安装 在命令提示符下,转到应用程序的根文件夹并执行: tns plugin add nativescript-printer 演示应用 想快速潜水吗? 查看! 否则,请继续阅读。 从项目的根目录运行演示应用程序: npm run demo.ios或npm run demo.android 。 Android屏幕截图 iOS屏幕截图 API isSupported 并非所有设备都支持打印,因此事先检查设备功能很有意义。 打字稿 // require the plugin import { Printer } from "nati