摘要: html: <div class="slip" v-show="isShow" @click="toTOP"> <i class="fa fa-long-arrow-up"></i> </div> js: data(){ return{ isShow:false }},methods:{ //触发的 阅读全文
posted @ 2020-11-20 17:38 竹官客 阅读(230) 评论(0) 推荐(0)
摘要: function isRepeat(str,a){return str.indexOf(a)==str.lastIndexOf(a)?false:true} 阅读全文
posted @ 2020-11-12 09:08 竹官客 阅读(337) 评论(0) 推荐(0)
摘要: 思路:在单个单元格内,通过canvas将显示的内容进行划分 1.html代码 <table cellspacing="0" cellpadding="0" border=1> <tr> <th class="first"> <div class="title1">水果</div> <div clas 阅读全文
posted @ 2020-11-02 15:08 竹官客 阅读(255) 评论(0) 推荐(0)