... 重複字串: >>> text1 = 'Just' >>> text2 = 'in' >>> text1 + text2 'Justin ... 數字不能進行+運算,若要進行字串串接,得將數字轉為字串,若要進行數字運算,得將字串剖析 ...
確定! 回上一頁