首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

使用dreamweaver编辑html,怎么使用正则表达式替换

2012-03-08 
使用dreamweaver编辑html,如何使用正则表达式替换使用dreamweaver编辑html,如何使用正则表达式替换???a h

使用dreamweaver编辑html,如何使用正则表达式替换
使用dreamweaver编辑html,如何使用正则表达式替换???

<a href="base/detail.php?id=486">
<a href="base/detail.php?id=16">
<a href="base/detail.php?id=2">
<a href="base/detail.php?id=26">
<a href="base/detail.php?id=999">

都是1-999的数字,如何使用dreamweaver 替换的功能替换为

<a href="/services/webhosting/sites.asp">

谢谢了!!!!!!!!

[解决办法]
base\/detail\.php\?id\=\d+
打上正则

services/webhosting/sites.asp


就可以替换了

热点排行