tr 或者类似实现字符串替换的工具,如sed。 Copy echo "go:python:rust:js" | tr ":" "\n". 使用 tr 将分隔符 : 替换成换行符 \n 。 输出:.
確定! 回上一頁