uniapp调起打印机(调起第三方打印软件)适用app,将页面生成图片打印的两种方式
以下是封装的组件html部分 <view style="position: relative;width: 120px;height: 35px;overflow: hidden;"> <view class="test_btn" @click="canvas.createPoster">打印</view> <canvas canvas-id="myCanvas" id="myCanvas" :style="{position:'absolute',





