最佳答案
如果我尝试
"my, tags are, in here".split(" ,")
我得到了以下信息
[ 'my, tags are, in here' ]
而我想要
['my', 'tags', 'are', 'in', 'here']