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