We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在执行时,出现响应值为undefined,console.log(err)显示为: { [Error: connect ECONNREFUSED 42.121.252.58:80] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '42.121.252.58', port: 80, response: undefined }
试着用http://localhost:3000/,127.0.0.1:3000,和本机的IP地址访问,都是这个结果,但是ping 127.0.0.1能ping通。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在执行时,出现响应值为undefined,console.log(err)显示为:
{ [Error: connect ECONNREFUSED 42.121.252.58:80]
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '42.121.252.58',
port: 80,
response: undefined }
试着用http://localhost:3000/,127.0.0.1:3000,和本机的IP地址访问,都是这个结果,但是ping 127.0.0.1能ping通。
The text was updated successfully, but these errors were encountered: