C DropDownList裡的樹形建立

2021-05-26 20:32:55 字數 886 閱讀 6439

private void getlistfordropdownlist()

stringbuilder ahtml = new stringbuilder();//建立樹型option

foreach (fun ofun in topfunlist)

context.response.write(sjsonmessage.sjsonmessagestring(sjsonmessagetype.sucess, "載入成功!", ahtml.tostring()));

}catch (exception ex)

}private void createtree2(stringbuilder sb, hasharray aupswithdownfun, int parentid, int margin,string op,bool topislast)

string bb = "┣";

int c = 1;

foreach (fun ofun in downfuns)

bool la = false;

if (c == downfuns.count)//如果是本級的最後乙個fun對像

stringbuilder ahtml = new stringbuilder();

ofun.funid, op.replace(" ", " ") + sp.replace(" ", " ") + bb + ofun.funcname, ofun.sort);

createtree2(ahtml, aupswithdownfun, ofun.funid, margin, op + sp, la);

c++;}}

public class sortx : icomparer

}

最終效果

C DropDownList繫結資料夾

首先建立乙個類,類名稱為filecontrol,獲取制定資料夾下面的資料夾 資料夾名稱 public static datatable filedirlist string filedir return dt else else catch 獲取指定資料夾下的檔案,附加字尾過濾 資料夾名稱 檔案字尾...

python裡 怎麼打 python裡的 怎麼輸入

python去重函式是什麼 用python寫溫度轉換 python中的 就是math.pi變數 它被包含在標準庫中,在你試圖自己計算它之前,應該先去匯入math庫,才能呼叫math.pi方法 import sys import math defmain ar if len ar 1 sys.exit...

裡的type python裡怎麼檢視資料型別

python裡怎麼檢視資料型別?python裡可以通過type 函式來檢視資料型別。python 內建函式 python 內建函式 python type 函式如果你只有第乙個引數則返回物件的型別,三個引數返回新的型別物件。12 3isinstance 與 type 區別 type 不會認為子類是一...