摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> .rows { width: 500px; height: 500px; border: 1px solid red; 阅读全文
posted @ 2021-10-14 16:01 蠡li 阅读(606) 评论(0) 推荐(0) 编辑
摘要: var salary = /^[1-9][0-9]*[kwKW]{0,1}$/; salary.test(1000) salary.test('1k') salary.test('1w') 阅读全文
posted @ 2021-10-14 09:50 蠡li 阅读(133) 评论(0) 推荐(0) 编辑