python int 字符串转换 2016-08-19 本文已影响60人 UnityAsk 在python中: 字符串str转换成int: int_value = int(str_value) int转换成字符串str: str_value = str(int_value)