using System.Collections; using System.Collections.Generic; using UnityEngine; public class XunFeiManager : MonoSingleton<XunFeiManager> { // 100 字一组,超过400字要重新进行请求 private Queue<string> qXunFeiData = new Queue<string>(); private string str; }