返回列表 發帖
  1. a="1"
  2. b="2"
  3. print("字串相加"+str(a+b))
  4. print("數字相加"+str(int(a)+int(b)))
複製代碼

TOP

返回列表