完美替換html代碼
更新時間:2006年10月11日 00:00:00 作者:
<[a-zA-Z][^>]*\son\w+=(\w+|'[^']*'|""[^""]*"")[^>]*>
<[^>]*>
Source= SRegExp.Replace(Source,"")
SRegExp.Pattern="<"
Source= SRegExp.Replace(Source,"<")
<[^>]*>
Source= SRegExp.Replace(Source,"")
SRegExp.Pattern="<"
Source= SRegExp.Replace(Source,"<")
相關(guān)文章
ajax對注冊名進行驗證檢測是否存在于數(shù)據(jù)庫中
使用ajax對注冊名進行驗證判斷它是否在數(shù)據(jù)庫中存在,具體的實現(xiàn)如下,感性的朋友可以參考下,希望對大家有所幫助2013-07-07