为了将任意包含字符串的list 连接成单个字符串, 可以使用字符串对象的join 方法。 下面是一个在buildConnectionString 函数中连接list 的例子: return ";".join(["% ...
確定! 回上一頁