阅读147 返回首页    go windows


在xcode中取得本机ip地址

NSHost* myhost =[NSHost currentHost];
NSString *ad = [myhost address];

最后更新:2017-04-02 22:16:21

  上一篇:go objective-c面试题
  下一篇:go XCode4配置three20,自己记录下