📜  如何将int转换为字符串python代码示例

📅  最后修改于: 2022-03-11 14:46:46.653000             🧑  作者: Mango

代码示例2
int x = 10
string p = str(x)