随笔分类 -  各种小功能部分(js)

vue — 复制功能封装
摘要:废话不多说,直接上代码 handleCopyText({ topic }) { var input = document.createElement("input"); // js创建一个input输入框 input.value = topic; // 将需要复制的文本赋值到创建的input输入框中 阅读全文
posted @ 2021-11-25 10:07 取个名字真wff 阅读(110) 评论(0) 推荐(0)
基础版放大镜--面向对象
摘要:<style> .s-box,.l-box{width: 310px;height: 210px;position: absolute;top: 100px;} .s-box{left:50px;} .s-box img{width: 310px;height: 210px;} .s-box spa 阅读全文
posted @ 2020-11-27 13:58 取个名字真wff 阅读(102) 评论(0) 推荐(0)