首页 /编程语言和算法/Python
 py 字符串连接 ​strA = "abc" + str(123) + "d"
2025年4月22日 12:51
strA = "abc" + str(123) + "d"
print(strA)

运行结果:

abc123d


 
全部回复(0)
首页 | 电脑版 |