gpt4 book ai didi

javascript - 表达式 'xxxx' 的结果不是 JS 中的构造函数

转载 作者:行者123 更新时间:2023-11-29 17:30:34 24 4
gpt4 key购买 nike

尝试在 Javascript 中创建对象(适用于 Appcelerator/Titanium)。“对象”定义如下:

function server () {
this.cacheimages = 0;
this.login = "";
this.name = "";
this.root = "";
this.signup = "";
this.useimages = 0;
this.userexists = "";
this.isdefault = 0;

return this;
}

在同一个文件中,当我运行此行时在另一个函数中:var server = new server(); 我收到错误 Result of expression 'server' is not a constructor。
我试过有和没有“返回”线,都没有用。我做错了什么?

最佳答案

如果更改变量的名称会怎样?

var server2 = new server();

关于javascript - 表达式 'xxxx' 的结果不是 JS 中的构造函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4639986/

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