readLines
讀取檔案的內容。
readLines(path: string): string[]
path
string
// 這將讀取 file.txt 的內容並返回一個包含每行內容的陣列 FilesJS.readLines('file.txt');