gpt4 book ai didi

python - 如何创建具有可变数字的 unicode 字符?

转载 作者:太空宇宙 更新时间:2023-11-04 08:18:02 24 4
gpt4 key购买 nike

基本上我想做的是print u'\u1001',但我不想对1001 进行硬编码。有没有办法为此使用变量或字符串?此外,如果我可以在将输出用作输入时再次检索此代码,那就太好了。

最佳答案

根据 unicode 上的 python 文档(位于 Here ):

One-character Unicode strings can also be created with the unichr() built-in function, which takes integers and returns a Unicode string of length 1 that contains the corresponding code point. The reverse operation is the built-in ord() function that takes a one-character Unicode string and returns the code point value:

unichr(40960) 

字符的结果:你'\ua000'

关于python - 如何创建具有可变数字的 unicode 字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10560310/

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