字符类型、数值型等转换为字符串类型

5年以前  |  阅读数:441 次  |  编程语言:Python 
>>> i = 100
>>> str(i)
'100'

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8