if(this.name_1 == data["姓名"] || this.name_1 == null) { this.name_1 = data["姓名"]; this.job_1 = data["工种"]; this.time = Date.now(); if(this.et_1 == null) { this.et_1=new Date().toLocaleString(this.time); this.et_1=this.enterTime.toString(); } else{ this.ex_1 = new Date().toLocaleString(this.time); this.ex_1=this.enterTime.toString(); this.receivedData += this.receivedData; } this.NAME = this.name_1; this.JOB = this.job_1; this.enterTime = this.et_1; this.exitTime = this.ex_1; }有什么语法错误吗
时间: 2023-06-15 14:04:59 浏览: 106
net.rar_csharp sql_site:www.pudn.com_sql_创建数据库_创建表
这段代码似乎是 JavaScript 代码,如果要判断语法是否正确,需要看完整的上下文。但是,根据这段代码片段来看,可能存在以下问题:
1. 缺少 if 语句的右侧条件表达式,需要补充;
2. 变量名是否正确,需要根据上下文来确认;
3. 对象属性是否正确,需要根据数据结构来确认;
4. 对象属性值的类型是否正确,需要根据需求来确认。
如果您能提供完整的代码和上下文,我可以更准确地帮您判断是否存在语法错误。
阅读全文