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

TOP

返回列表