[Python] 字串處理 · # 以下3 個都是建立空字串的意思 str1 = str() str2 = '' str3 = "" print(str1) print(str2) print(str3) · str1 = 'Hello World!'
確定! 回上一頁