在python中:
字符串str转换成int: int_value = int(str_value)
int转换成字符串str: str_value = str(int_value)
本文标题:python int 字符串转换
本文链接:https://www.haomeiwen.com/subject/ftvbsttx.html
网友评论