if (headers["content-type"] === "text/csv") { var parsedData = csvParse.parse(data, {"header": true}).data;
確定! 回上一頁