首先打開linux的終端輸入如下代碼:node
$ touch file.jslinux
$sudo gedit file.jscode
進入gedit編輯頁面後輸入要實現的js的代碼it
console.log("hello world")
後在終端輸入代碼行console
$node file.jsclass