知识点:
1:node.js中每个文件就是一个模块,有自己的作用域。在一个文件中定义的变量,函数,类都是私有的。对其他文件不可见。
2:node.js遵循common.js规范,也就是说在ES Module中我们的导入导出使用的是import和export。在node中引入和暴露使用的是require和module.exports。
3:require用来加载某个模块
//b.js
var a =
Dear god:(敬爱的神:)
I know that she's out thereundefinedundefined(我知道她不在这里了)
the one i'm suppose to share my whole life with.(她,那个我想要与之共度一生的人)
And in timeundefinedundefinedyou'll show her to me.(但是我相信,某个
在使用OpenAI上手之前,遇到了OpenAI‘s API is not available in your country 这个问题
根据百度翻译,英文大意为:OpenAI 的 API 在您所在的国家/地区不可用。
根据eylink官网显示,需要魔法网络
放地址:eylink.cn
下面我们来讲具体如何解决
首先分为两种情况:
一、有魔法网络,但是还出现这种问题
首先测试油