上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 61 下一页
摘要: var touchstartX; function handleTouchstart(e){ // 数据绑定 记录触摸开始 x 轴的位置 touchstartX = e.changedTouches[0].clientX } function handleTouchend(e,ownerInstan 阅读全文
posted @ 2021-06-07 10:56 13522679763-任国强 阅读(113) 评论(0) 推荐(0)
摘要: https://gitee.com/eric167/vuex1 阅读全文
posted @ 2021-06-02 14:05 13522679763-任国强 阅读(34) 评论(0) 推荐(0)
摘要: https://gitee.com/eric167/vue 阅读全文
posted @ 2021-06-02 10:20 13522679763-任国强 阅读(22) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-05-27 09:36 13522679763-任国强 阅读(56) 评论(0) 推荐(0)
摘要: <template> <div class="hello"> <p v-show="isShow" style="color:red;font-size:25px;">{{str1}}</p> <p v-show="!isShow" style="color:green;font-size:25px 阅读全文
posted @ 2021-05-25 12:29 13522679763-任国强 阅读(39) 评论(0) 推荐(0)
摘要: <template> <div class="hello"> <button @click="show = !show">切换</button> <P> </P> <transition name="bounce" enter-active-class="animated rotateIn" lea 阅读全文
posted @ 2021-05-25 11:21 13522679763-任国强 阅读(101) 评论(0) 推荐(0)
摘要: <template> <div class="hello"> <button @click="show = !show">切换</button> <P> </P> <transition name="bounce"> <img :src="pic1" v-show="show" alt=""> < 阅读全文
posted @ 2021-05-25 11:05 13522679763-任国强 阅读(67) 评论(0) 推荐(0)
摘要: <template> <div class="hello"> <button @click="show = !show">切换</button> <P> </P> <transition name="fade"> <div class="box" v-if="show">学院</div> </tra 阅读全文
posted @ 2021-05-25 10:42 13522679763-任国强 阅读(48) 评论(0) 推荐(0)
摘要: <template> <div class="hello"> <h3>格式化人民币</h3> <p>小寮很有钱:{{money}}</p> <p>小寮很有钱:{{money | moneyFormat}}</p> <p>这个月的工资{{page}}</p> <p>这个月的工资{{page| mone 阅读全文
posted @ 2021-05-25 10:04 13522679763-任国强 阅读(36) 评论(0) 推荐(0)
摘要: // 大整形 // let n = 521n; // console.log(n,typeof(n)); // 函数 // let n = 123; // console.log(BigInt(n)); // 大数值 运算 let max = Number.MAX_SAFE_INTEGER; con 阅读全文
posted @ 2021-05-24 19:49 13522679763-任国强 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 61 下一页