window.navigator.userAgent.toLowerCase().includes('micromessenger') 返回true,则是微信内

IP属地:北京
window.navigator.userAgent.toLowerCase().includes('micromessenger') 返回true,则是微信内
关闭微信公众号某个页面:wx.closeWindow(); 关闭浏览器页面:window.close();
export function formatDateWithPadStart(date) { // 把2025-3-7日期改成 2025-03-07 const forma...
tailwindcss[https://tailwindcss.com/docs/height.] 样式使用tailwindcss
把 @click 换成 @click.native
加上 pointer-events: none; 点击定位的绿盒子 也可以触发clickFn事件
Vue: :style="{backgroundImage:'url(' + bg + ')'}" 小程序:style="background-image:url('{{ b...
$("#box").load(location.href+" #con"); //传id
1、水平居中 text-align:center(父级) display:block; magin 0 auto (子级) 水平垂直居中 1、 position:ab...
cd /var // 进入一个目录 mkdir test // 新建文件夹 cd test // 进入test touch test.html 创建一个文件 vim t...
Date.parse( new Date() )
时间格式转换 replace