有志者事竟成。

2021年4月2日

vue通过地址下载文件

摘要: 通过a标签 // 创建a标签 const link = document.createElement('a') // download属性 link.setAttribute('download', row.newName) // href链接 link.setAttribute('href', r 阅读全文

posted @ 2021-04-02 18:41 阿长*长 阅读(1684) 评论(0) 推荐(0) 编辑

小程序video去除上下黑边

摘要: 方法很简单 ,只需要在video上增加属性 <video objectFit="cover" /> 或者 可通过 wxss 设置宽高 <view class="video"> <video object-fit="" style="height:{{height}}px; width:{{width 阅读全文

posted @ 2021-04-02 14:30 阿长*长 阅读(1045) 评论(0) 推荐(0) 编辑

导航