2015年10月5日

ios 解析json,xml

摘要: 一、发送用户名和密码给服务器(走HTTP协议) // 创建一个URL : 请求路径 NSString *urlStr = [NSString stringWithFormat:@"http://localhost:8080/MJServer/login?username=%@&pwd=%@",use... 阅读全文

posted @ 2015-10-05 21:03 li仲玄 阅读(153) 评论(0) 推荐(0) 编辑

ios 音频

摘要: 一、简单的音效实现 // -1.创建URL NSURL *url = [[NSBundle mainBundle] URLForResource:@"buyao.wav" withExtension:nil]; // 0.创建音效ID SystemSoundID so... 阅读全文

posted @ 2015-10-05 16:04 li仲玄 阅读(92) 评论(0) 推荐(0) 编辑

导航