2012年11月23日

Unity3D 中使用Json,以及web php 交互

摘要: using LitJson; 访问web url 方法; IEnumerator getText() { // Security.PrefetchSocketPolicy("127.0.0.1", 843); string url = host_name; WWW www = new WWW(url); yield... 阅读全文

posted @ 2012-11-23 22:14 tokutoku 阅读(491) 评论(0) 推荐(0)

导航