Browse Source

更新 'README.md'

liuyuqi 7 years ago
parent
commit
889cc9ceb3
1 changed files with 3 additions and 7 deletions
  1. 3 7
      README.md

+ 3 - 7
README.md

@@ -8,7 +8,7 @@
 | \btppabs="h\[^"\]\*"或者tppabs="h\[^"\]\*" | |
 | \btppabs="h\[^"\]\*"或者tppabs="h\[^"\]\*" | |
 | href="javascript:if\\(confirm\\('htt\[^"\]\*" | href=www.xxx.com |
 | href="javascript:if\\(confirm\\('htt\[^"\]\*" | href=www.xxx.com |
 | href=" \*javascript:if\\(confirm\\('\(htt\[^"\s\]\*\).\*?" | href="$1" |
 | href=" \*javascript:if\\(confirm\\('\(htt\[^"\s\]\*\).\*?" | href="$1" |
-| utf-8"utf-8" | utf-8 |
+| href="javascript:if\(confirm\([^"]*" | href="" |
 | css文件: | |
 | css文件: | |
 | tpa=http://\[^\s\]\*.gif | |
 | tpa=http://\[^\s\]\*.gif | |
 | /\\*tpa.\*?\\*/ | |
 | /\\*tpa.\*?\\*/ | |
@@ -17,14 +17,10 @@
 
 
 [http://others.yoqi.me/convert.php](http://others.yoqi.me/convert.php)
 [http://others.yoqi.me/convert.php](http://others.yoqi.me/convert.php)
 
 
-##20171223更新
+## 2017-12-23更新
 1. 由于普通正则表达式无法对正则表达式内继续正则匹配。增加js_convert.py,对项目中文件
 1. 由于普通正则表达式无法对正则表达式内继续正则匹配。增加js_convert.py,对项目中文件
 href="javascript:if(confirm(%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838  \n\nThis file was not retrie
 href="javascript:if(confirm(%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838  \n\nThis file was not retrie
 ved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want t
 ved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want t
-o open it from the server?%27))window.location=%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838%27"
-
-批量更改为:
-
-href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838"
+o open it from the server?%27))window.location=%27http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838%27"  批量更改为: href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502004838"
 
 
 2. java项目批量正则修改就不需要继续开发了。
 2. java项目批量正则修改就不需要继续开发了。