技术教程 Python函数如何返回字符串 使用Python函数返回字符串的方法1.lower()函数返回字符串 a = "Hello, World!"print(a.lower())输出结果为:Hello, World!2... 09月25日Python函数如何返回字符串已关闭评论 阅读全文