If you want to go over traditional approach (pre Java 8) then follow this tutorial ... const lines = file.split(/\r | /); textarea.value = lines.join(' ') ...
確定! 回上一頁