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

javascript中未定义街道错误

javascript中未定义街道错误

ibeautiful 2021-06-09 13:41:12
我是 Javascript 的初学者,我有以下代码:let address = {  street: 'Brighton',  city: 'NY',  zipcode: 121212,  showAddress() {    console.log(street + ' ' + city + ' ' + zipcode);// here is the issue I cannot understand why  }}let address1 = address.showAddress(); 上面的代码显示一个错误未捕获的 ReferenceError:街道未在 Object.showAddress 中定义
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 106 浏览
慕课专栏
更多

添加回答

举报

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