测试

  private void WriteResult()
    {
        WriteJson(new
        {
            state = GetStateString(),
            list = FileList == null ? null : FileList.Select(x => new { url = x }),
            start = Start,
            size = Size,
            total = Total
        });
    }
View Code

 

posted @ 2016-02-14 09:56  linbin524  阅读(104)  评论(0编辑  收藏  举报