using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 排版 /// 开头空格 /// 英文不能断开 /// 首字母不能符号 /// 行一样长 /// public class PaiBan { //public static string GetPaiBanText(string data, int lengh) //{ //} }