... fields: List) -> Dict: return {field : row[field] for field in fields} ➃ ... 在 row_with_fields()中,會從指定的列中擷取指定的欄位➂,在這邊 dict 的 for ...
確定! 回上一頁