我有一个如下列表:
1,cat 1,dog 2,apple 3,human
我想要这样的输出:
1,cat,dog 2,apple 3,human
因此,第 1 列中的值 1 包含第 2 列中 cat 和 dog 的值。这可能吗?
text-processing sort
sort ×1
text-processing ×1