python的列表与shell的数组

python:names=["a","b","c"]

shell:names=(a b c)

原文地址:https://www.cnblogs.com/jjmcao/p/9034502.html