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

如何在devtools中重复执行代码?

如何在devtools中重复执行代码?

SMILET 2019-02-13 18:19:38
比如我有如下代码var eightBall = { index: 0,advice: ["yes", "no", "maybe", "not a chance"],shake: function() {this.index = this.index + 1;if (this.index >= this.advice.length) { this.index = 0;} },look: function() {return this.advice[this.index];}};eightBall.shake(); console.log(eightBall.look());希望得到如图结果:那么我需要多次执行最后一行代码,在开发者工具中应该如何做呢?
查看完整描述

1 回答

?
皈依舞

TA贡献1851条经验 获得超3个赞

https://img1.sycdn.imooc.com//5c762e1d0001cd3008000490.jpg

查看完整回答
反对 回复 2019-02-27
  • 1 回答
  • 0 关注
  • 499 浏览
慕课专栏
更多

添加回答

举报

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