赞
踩
public class ImageFullPathList { public string method; public innerImgPathList imgPathList; } public class innerImgPathList { public string[] imgPathList; }
JavaScriptSerializer serializer = new JavaScriptSerializer (); ImageFullPathList json = serializer . Deserialize < ImageFullPathList >( jsonStr );
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。