a,b,c. If you want convert a non-string types (like numbers, floats, booleans) then you can do it like this. myList = (1, 5, 7) x = ",".join(map(str, ...
確定! 回上一頁