// Dart语言Runes类的构造函数
main() {
Runes input = new Runes(
' /u{1f605} ');
print(new String.fromCharCodes(input));
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266181.html
// Dart语言Runes类的构造函数
main() {
Runes input = new Runes(
' /u{1f605} ');
print(new String.fromCharCodes(input));
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266181.html