作者:
nfsong (圖書館我來了)
2014-07-17 15:22:50因為最近需要取tag內的資料
<Cell>
<Data ss:Type="String">資料A</Data>
</Cell>
<Cell>
<Data ss:Type="String">資料B</Data>
</Cell>
match
資料A
資料B
爬文了一下好像板上的不太一樣
找到了一個regex
(?<=>).*(?=<)
match >後面的字不包括>
match <前面的字不包括<
不過複雜的資料可能要在判斷一下