标签:style color sp strong on bs 程序 nbsp js
因在程序中需要做城市间跳转,但是页面中包含的css、scripts和图片等路径是要排除在外的。这就需要在正则中指定当遇到哪些
字符时需要略过。
正则如下:
/((?!css)(?!scripts)(?!images)[a-zA-Z]+)/
指定当路径中包含 css scripts 和 images 是不需要跳转的。
哪个朋友有更好的方法可以在下面留言指教。
jsp urlrewrite 中正则表达式不包含某个字符串写法
标签:style color sp strong on bs 程序 nbsp js
原文地址:http://blog.csdn.net/honglei_zh/article/details/40856499