会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阿梅de博客
但行好事,莫问前程!
博客园
首页
新随笔
联系
管理
订阅
2018年3月30日
js正则匹配以某字符串开始字符串
摘要: let decode_sql ="select * from table where create_user='user' order by id desc"; decode_sql.match(/^SELECT.*/gi) decode_sql.match(/^INSERT.*/gi) 以某个字符
阅读全文
posted @ 2018-03-30 16:04 阿梅M
阅读(3730)
评论(0)
推荐(0)
编辑
公告