摘要: //URL解码//-(NSString *)URLDecodedString:(NSString *)str//{// NSString *decodedString=(__bridge_transfer NSString *)CFURLCreateStringByReplacingPerce... 阅读全文
posted @ 2016-01-08 15:26 牵着蜗牛走的我 阅读(259) 评论(0) 推荐(0)
摘要: NSURL *URL = [NSURL URLWithString:[NSString stringWithFormat:@"%@%@?userName=%@&userPwd=%@",BASE_API,Login,_phoneNumTextField.text,_verificationCodeTe... 阅读全文
posted @ 2016-01-08 11:29 牵着蜗牛走的我 阅读(248) 评论(0) 推荐(0)