This is because readAsText() loads the full file into memory before processing it. As a result, the process memory exceeds the limitation.
確定! 回上一頁