Loading

摘要: 代码很长但是很实用的东西public class RK_URLReqeust { /// /// Delegate declaration for server callbacks. /// /// The server response. public delegate void Callback(string response); /// /// The callback for the server response. /// Callback callback; /// /// The actual URL. /// string url; string poststr;... 阅读全文
posted @ 2012-11-02 22:21 androllen 阅读(179) 评论(0) 推荐(0)