代码示例:(标识:python_ref_int_2)
python_ref_int_2.py
x = int("15")

print(x)
运行结果: