2011年7月6日
摘要: //function function BuildTreeObject(arrayInput,cercle,db){ if(isDefined(arrayInput) && arrayInput.length > 0) { var levelFather = cercle; var levelChild = levelFather +1; for(var i=0; i < arrayInput.length;i++) { // Retreive the Child of the node var queryGetChildNode = 'SELECT * f 阅读全文
posted @ 2011-07-06 21:12 鱼不爱水 阅读(193) 评论(0) 推荐(0)