摘要:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; [[NSNoti 阅读全文
posted @ 2016-06-21 17:13
阳光普照大地
阅读(241)
评论(0)
推荐(0)
摘要:
// 网络中文乱码问题 utf-8 [string stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; 阅读全文
posted @ 2016-06-21 15:33
阳光普照大地
阅读(201)
评论(0)
推荐(0)