gpt4 book ai didi

javascript - 哈皮 : include a js custom library

转载 作者:行者123 更新时间:2023-11-30 16:58:30 25 4
gpt4 key购买 nike

在我的 index.js 文件中,我想加载一个存储函数的外部 js 库。从长远来看,我会把它变成一个模块,但现在我需要制作原型(prototype)。它不是 Node 的一部分,所以我不能将它放入 node_modules。命令是什么?

我在同一文件夹中有 index.jsfunctions.js

最佳答案

An explanation of how node loads modules via require is found here

您必须通过以 /./ 开头的路径来指定要包含的文件的路径(相对或绝对)

var functions = require("./functions");

关于javascript - 哈皮 : include a js custom library,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29268811/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com