1、前台 复system代码 代码如下: <br>함수 aa() <br>{ <br>var selNode = this.DataView1.getSelectedNodes()[0]; <br>경고(selNode.id); <br>} <br> 2、后台 复主代码 代码如下: protected void Page_Load(객체 전송자, EventArgs e) { string path = Server.MapPath("images/thumbs"); string[] 파일 = System.IO.Directory.GetFiles(경로); 목록 data = new List(files.Length); foreach(파일의 문자열 fileName) { System.IO.FileInfo fi = new System.IO.FileInfo(fileName); data.Add(new { name = fi.Name, url = "images/thumbs/" fi.Name, size = fi.Length, lastmod = fi.LastAccessTime }); } this.Store1.DataSource = 데이터; this.Store1.DataBind(); }