为了账号安全,请及时绑定邮箱和手机立即绑定

new操作符...

new操作符...

小学时光丶风景美 2016-11-10 20:48:34
btn.onclick = function(){ var name = document.getElementById("name").value; var sex = document.getElementById("sex").value; var cla = document.getElementById("cla").value; var phone = document.getElementById("phone").value; var user = new User(name,sex,cla,phone); var userJSON = JSON.stringify(user); findTitle(userJSON) ; } }        new  操作符怎么理解啊~~!         新手 , - - 
查看完整描述

1 回答

已采纳
?
stone310

TA贡献361条经验 获得超191个赞

创建构造函数的实例,new了有3件事,创建空对象,this指针变化,_protp_指向prototype;简单点字面理解:新的,独一无二的;

查看完整回答
反对 回复 2016-11-10
  • 1 回答
  • 0 关注
  • 1232 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信