我正在尝试通过Visual Studio在Cordova中将其付诸实践。但我不能使用nodejs命令。我想使用fs属性并读取json文件。
HTML页面:
template_name
oyun.js:
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="scripts/platformOverrides.js"></script>
<script type="text/javascript" src="lib/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="lib/materilize/materialize.min.js"></script>
<script type="text/javascript" src="scripts/oyun.js"></script>
控制台错误: 未捕获的ReferenceError:在HTMLDocument中未定义require。 (oyun.js:2)