python脚本 截取分割字符串 换行输出 逐行输出 Post author:xfxia Post published:2023年9月20日 Post category:python 直接看例子即可: #!/usr/bin/python # -*- coding: utf-8 -*- a = "a,b,c,d" sa = a.split(',') for i in sa: print i 输出结果 a b c d 转载于:https://blog.51cto.com/weiruoyu/2333553 你可能也喜欢 Python 多人聊天工具 ( 多线程 ) python远程执行python脚本_如何在远程机器上运行本地python脚本 python unittest如何使用 如何降低python版本(window10) Python-单行输入字符串(map函数、列表推导式) python2.7环境解决ImportError: No module named _tkinter 多目标优化初学习——遗传算法以及python的deap库 python字符串转日期 LeetCode-Python-820. 单词的压缩编码(字典树 Trie Tree) Python之selenium,使用webdriver模拟登录网站(含验证码) Python编程——用while和for循环实现猜数字游戏 python | 给DataFrame增加index行名和columns列名 程序员如何用Python科学炒股 使用中科大源安装python库 有意思的Python题目实现 Python嵌套C/C++多种方式初探 python人狗大战游戏_082 实例 人狗大战 windows python2.7 安装 pip python多行匹配 利用python写一个简易的计算器