节点转换 节点转换 1 for i in $(cat nodes.txt | base64 -d); do echo $i | awk -F "//" '{print $2}' | base64 -d | jq; sleep 1; done