摘要: using NAudio.Wave; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; usi 阅读全文
posted @ 2018-03-19 23:28 fengmao31 阅读(197) 评论(0) 推荐(0) 编辑
摘要: using (Stream stream = response.GetResponseStream()) { buffer2 = new byte[stream.Length]; stream.Read(buffer2, 0, buffer2.Length); } stream.Length失败 解 阅读全文
posted @ 2018-03-19 22:08 fengmao31 阅读(169) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Net; using UnityEngine; public class record : 阅读全文
posted @ 2018-03-19 15:10 fengmao31 阅读(193) 评论(0) 推荐(0) 编辑