vue-router笔记
使用vue2 https://www.jianshu.com/p/4c5c99abb864 vue-router是可以实现当页应用的工具 路由参数总览 new VueRouter({ routes:[ { path: '/', name: 'Hello', component:…
445 2023-11-24 去围观页面缩放触发js事件
<script> function devicepix(){ let currentPixelRatio = window.devicePixelRatio; if (currentPixelRatio !== lastPixelRatio) { console.log('页面缩放变化了'); } lastPixelRatio = currentPi…
384 2023-11-22 去围观js开始时间结束时间显示第几周
例如,输入'2021-3-1'到'2023-9-31'就会显示 这里需要注意,年底的最后一周即使不满7天我也算成一周,新年的1月份不满7天我也会算第一周,截图如下; demo:zhouzhou
381 2023-11-22 去围观微信、QQ截图粘贴图片触发js
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>利用 clipboardData 在网页中实现截屏粘贴的功能</title> <style type="text/css"> #box{ width:200px; height:200p…
396 2023-11-22 去围观