首页 > python 如何将long转换成unicode?

python 如何将long转换成unicode?

直接用unichr的话报错,unichr应该在int范围内可用

OverflowError: signed integer is greater than maximum

unicode(<parameter>)


Return a Unicode string of one character with ordinal i; 0 <= i <= 0x10ffff.

【热门文章】
【热门文章】