10 2024 档案

摘要:#查询近半年的数据 select * from youTable where time_colume>=curdate()- interval 6 month #查询近3年的数据 select * from youTable where time_colume>=curdate()- interva 阅读全文
posted @ 2024-10-30 16:42 苹果芒 阅读(126) 评论(0) 推荐(0) 编辑
摘要:1) js正则表达式 替换小括号中的斜杠: const str = "这是一个(带有/斜线)的字符串,(还有另一个/斜线)需要替换"; let replacedStr = str.replace(/\(.*?\)/g, function(match) { return match.replace(/ 阅读全文
posted @ 2024-10-17 10:43 苹果芒 阅读(68) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示