正文python 字符串拼接IP云V管理员/2022-09-17/3 阅读 09/17提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 str1 = 'abc'str2 = 'def'str3 = str1 + str2print(str3)这种方法只需要申请一次内存。