服务器之家

服务器之家 > 正文

用正则实现提取代码内容的代码

时间:2020-07-14 20:42     来源/作者:正则之家

研究了一个下午,没有头绪,来论坛求助,老ID丢了!重新注册了一个!=。=!

我想用javascript正则提取asp代码中SQL行的表达式但是写来写去都不行,各位辛苦帮忙看看!

想提取引号中的SQL表达式

strSql="Select * from project354 where ID = "&Request("id")& and Name='111'" 

  1. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> <script> function getSqlCode(){ str11=document.all("_ASPeditor").value; /(.*)strSql=(.*)[^"]*$/gi.test(str11); ssss1=RegExp.$2; alert(ssss1); }  </script> </head> <body> <textarea cols="50" rows="10" id="_ASPeditor"> <% 'The file name of this tag is tag_354_content.asp Sub tag_354_content() set objRs_tag_354_content=server.createobject("adodb.recordset") strSql="Select * from project354 where ID = "&Request("id")&"" objRs_tag_354_content.open strSql,conn,1,1 End Sub %> </textarea> <input name="" type="button" value="提取SQL" onclick="getSqlCode()"/> </body> </html>  

 

标签:

相关文章

热门资讯

2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
歪歪漫画vip账号共享2020_yy漫画免费账号密码共享
歪歪漫画vip账号共享2020_yy漫画免费账号密码共享 2020-04-07
男生常说24816是什么意思?女生说13579是什么意思?
男生常说24816是什么意思?女生说13579是什么意思? 2019-09-17
沙雕群名称大全2019精选 今年最火的微信群名沙雕有创意
沙雕群名称大全2019精选 今年最火的微信群名沙雕有创意 2019-07-07
玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分
玄元剑仙肉身有什么用 玄元剑仙肉身境界等级划分 2019-06-21
返回顶部