Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9130

Node.js テキストファイルを読み込んでみる

$
0
0
readFile.js const fs = require('fs'); fs.readFile('test.txt', 'utf8', (err, data) => { if (err) throw err; console.log('ファイル内容:', da...

Viewing all articles
Browse latest Browse all 9130

Trending Articles