摘要: /// 字符串工具 extension StringUtil on String { List<String> toCharList() { return this.runes.map((e) => String.fromCharCode(e)).toList(); } } 阅读全文
posted @ 2020-09-09 15:32 柏。 阅读(321) 评论(0) 推荐(0)