摘要: 根据框架vux改写的时间线(https://doc.vux.li/zh-CN/components/timeline.html) <template> <div class="time-line"> <ul class="timeline"> <li class="timeline-item" v- 阅读全文
posted @ 2021-09-09 16:44 枫落莫语 阅读(561) 评论(0) 推荐(0)
摘要: 不哔哔,直接干货。 js代码: document.onmousedown = function(event) { // var event = event || window.event//兼容ie低版本的 if (event.button == 0) { //鼠标左键 alert("您点击了鼠标左 阅读全文
posted @ 2020-10-13 19:13 枫落莫语 阅读(3431) 评论(0) 推荐(0)