摘要: function: public static dynamic GetAppSecret() { //string[] result = new string[] { "", "" }; dynamic result = new System.Dynamic.ExpandoObject(); result = new { appid="appid", appSecret = "appSecret" }; return result; }if you want to use t... 阅读全文
posted @ 2014-04-03 17:00 zyip 阅读(329) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2014-04-03 09:17 zyip 阅读(0) 评论(0) 推荐(0)