我所处的步骤是,Python文件与模块文件位于不同的目录中,并尝试通过将其路径添加到sys.path来导入它。range(5)] ones = [1 for i in range(5)] print(module.suml(zeroes)) print(module.prodl(ones)) 他们建议附加一个相对路径
我有/index.js的字符串,但没有像c:/xx/xx/index.js这样的带有__filename或__dirname全局变量的完整路径字符串。如何在nodejs中获取完整路径?This is the project OS:Windows 10vscode:1.33.1 console.log(__filename); // /index.jsconsole.log(__dirn