03 2021 档案

摘要:ie下使用canvas截图,执行toBlob报错 根据canvas官网摘取: https://www.canvasapi.cn/HTMLCanvasElement/toBlob#&compatibility // toBlob兼容ie if (!HTMLCanvasElement.prototype 阅读全文
posted @ 2021-03-17 11:39 Lanomw 阅读(616) 评论(0) 推荐(0)
摘要:单行溢出 核心代码: /* 宽度width需要进行限定 */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; 示例: <!DOCTYPE html> <html> <head> <style type="text/css 阅读全文
posted @ 2021-03-02 15:36 Lanomw 阅读(151) 评论(0) 推荐(0)