
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
input框限制输入两位小数、不可输入空格
// 在change事件里调用let value = e.detail.replace(' ', '').replace(/\.{2,}/g, '.').replace(/^(\-)*(\d+)\.(\d\d).*$/, '$1$2.$3')
vsCode用户设置vue.js、保存格式化代码
{"window.zoomLevel": 0,"workbench.iconTheme": "vscode-icons","editor.wordWrap": "on",{// vscode默认启用了根据文件类型自动设置tabsize的选项"editor.detectIndentation
微信小程序息屏,切换app时api监听
// wx.onAppHide, wx.onAppShowonLoad: function(options) {const isCurrentPage = () => {const pages = getCurrentPages()return pages[0].route.startsWith('pages/statistical/index')}wx.onAppHide(() =>
到底了







