export async function readFileByLine(filePath) { return new Promise(function (resolve) { let lines = []; let rl = readline.createInterface({
確定! 回上一頁