python列表转字符串

        temp = "".join(sorted(arr[i]))
        arr[i] = temp

   

原文地址:https://www.cnblogs.com/alfredsun/p/9766568.html