看板
[ C_Sharp ]
討論串[問題] 用Regex去消除html的hyperlink
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
以下是我試寫的簡單程式碼. Regex re = new Regex("<a href=.*\">");. StreamReader sr = new StreamReader("a.htm");. string line = null;. string all = null;. while((li
(還有431個字)
首頁
上一頁
1
下一頁
尾頁