📜  jstree ajax 调用代码农场示例 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:17.685000             🧑  作者: Mango

代码示例1
public class TreeState
   {    
 
       public bool loaded { set; get; }
       public bool opened { set; get; }
       public bool selected { set; get; }
       public bool disbled { set; get; }