Python split()方法Python 字符串描述Python split() 通过指定分隔符对字符串进行切片, ... 第二个参数为1,返回两个参数列表 x = txt.split("#", 1) print x.
確定! 回上一頁