The following 1 line change worked for me: rows.append(item.split('=')). instead of the existing code rows.append(item.replace("=", ",")).
確定! 回上一頁