摘要:
--PHP代码(遍历网状结构中的问题节点(排除源结点))/*** 获得相同问题的子问题(包含本源问题)* @param Object $handle* @param array $arr* @param string $eid*/function getChilds($handle,&$arr,$eid) { $sql="select EID2 from ERelation where EID1='".$eid."' and RelationID='3'"; $result = $handle->gets($ 阅读全文