3
私はCoffeescriptでファイルを読み込もうとしています。私がcoffee
レポに入力したのと同じフォルダに、hello.txt
という名前のファイルがあります。Coffeescriptでローカルファイルを読む
coffee> fs = require 'fs'
coffee> x = fs.readFile "hello.txt"
undefined
coffee> x
undefined
私は間違っていますか?
D'oh、多くのありがとう! – grautur