gpt4 book ai didi

actionscript-3 - 在 Actionscript 中显示 unicode 字符

转载 作者:行者123 更新时间:2023-12-04 04:30:35 26 4
gpt4 key购买 nike

我有以下字符的 unicode:

0x023D2A   

如何显示它:

textField.text = ???;

我有角色的名字。我可以通过名称引用它吗?

最佳答案

试试这个:

textField.text = String.fromCharCode(0x023D2A)

关于actionscript-3 - 在 Actionscript 中显示 unicode 字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2405618/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com