看板
[ Flash ]
討論串[心得] 在XML中尋找一個特定的節點
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
剛才測了一下 textField 的 htmlText. 我給他兩種case. case1:. code:. T.htmlText = "<b> this <i>is bold </b>text </i> <br> 科科";. trace(T.htmlText);. trace:(只貼重要部份).
(還有425個字)
內容預覽:
演算法簡介:. find(節點 , 標籤). {. if(節點名稱不是標籤). {. if(節點有孩子). 結果節點 = find(孩子節點 , 標籤). if(節點有兄弟). 結果節點 = find(兄弟節點 , 標籤). if(結果節點不是 null). return 結果節點. else. r
(還有1161個字)
首頁
上一頁
1
下一頁
尾頁