摘要: #import "ViewController.h"@interface ViewController () { NSInputStream *_inputStream; // 输入流 NSOutputStream *_outputStream; // 输出流 NSMutableArray *_dataList;}@property (weak, nonatomic) IBOutlet UITextField *hostName;@property (weak, nonatomic) IBOutlet UITextField *portText;@property (wea 阅读全文
posted @ 2014-03-03 22:04 吃肉的核桃 阅读(503) 评论(0) 推荐(0)