programming-language文字列文字列の連結(concat)On this page文字列の連結(concat) Python + pystr3 = str1 + str2 PHP . phps = a .b Ruby + rbstr3 = str1 + str2str3 = str1.concat(str2)str1 << str2 # descructive 📩 ご意見・ご感想はこちらから