访问的网址不受信任
https://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&code=%2F%2F%20ES6%20classes%0Aclass%20Book%20%7B%0A%20%20%20%20constructor%20(title%2C%20pages%2C%20isbn)%20%7B%0A%20%20%20%20%20%20%20%20this.title%20%3D%20title%3B%0A%20%20%20%20%20%20%20%20this.pages%20%3D%20pages%3B%0A%20%20%20%20%20%20%20%20this.isbn%20%3D%20isbn%3B%0A%20%20%20%20%7D%0A%20%20%20%20printIsbn()%7B%0A%20%20%20%20%20%20%20%20console.log(this.isbn)%3B%0A%20%20%20%20%7D%0A%7D%0A%0Alet%20book%20%3D%20new%20Book('title'%2C%20'pag'%2C%20%20'isbn')%3B%0A%0Aconsole.log(book.title)%3B%20%2F%2Foutputs%20the%20book%20title%0A%0Abook.title%20%3D%20'new%20title'%3B%20%2F%2Fupdate%20the%20value%20of%20the%20book%20title%0A%0Aconsole.log(book.title)%3B%20%2F%2Foutputs%20the%20book%20title
您访问的网址可能存在安全风险,我们建议您停止继续浏览该网址,以防财产损失