我正试着制作一个网络游戏。它不是快节奏,所以我只需要一个json文件。我对node.js非常陌生,对此不太了解。
我尝试过这样做:和我理解如何用命令行来读取和写入。如何从javascript事件(如OnClick )运行节点js文件?
节点js:
//this code is mostly stolen from the site I linked to.
'use strict';
const fs = require('fs');
let newdata = {"newdata": "this is new!"}
le
我使用node.js和电子来创建一个桌面应用程序。我尝试用更改标题栏的颜色。
我在代码中添加了以下几行:
const ElectronTitlebarWindows = require('electron-titlebar-windows');
const titlebar = new ElectronTitlebarWindows();
但这是一个错误:
App threw an error during load
ReferenceError: document is not defined
如何使用这个套餐?