1. python内置函数split()只能按照单个分隔符分割 · str_test = '我住长江头,君住长江尾。日日思君不见君,共饮长江水。' · str_test.split(',') · # 结果: · ['我住长江头' ...
確定! 回上一頁