随笔分类 -  Unity3D

摘要://Unity3D之Json序列化 using UnityEngine; using System.Collections; using System.Collections.Generic; using LitJson; using System.Text; public class Test : 阅读全文
posted @ 2018-03-12 15:56 逆风飞起的猪 阅读(449) 评论(0) 推荐(0)
摘要:1、客户端 unity 发送post请求 IEnumerator Post() { string url = "http://localhost/tp/public/api/v1/test"; //header data Dictionary header = new Dictionary(); h 阅读全文
posted @ 2018-03-12 15:27 逆风飞起的猪 阅读(2381) 评论(0) 推荐(0)