... split用法以下实例展示了split () 函数的使用方法: #!/usr/bin/python3 str = "this is string example....wow!!!" print (str.split ( )) # 以空格为分隔符print (str.
確定! 回上一頁