攻防世界——新手区——disabled_button
打开题目。

攻防世界——新手区——disabled_button
按钮无法点击,于是我们直接F12,查看前端代码。

攻防世界——新手区——disabled_button
看到一个disabled属性,我们猜测,它与按钮无法点击有关。在W3Cschool中查询可得。
攻防世界——新手区——disabled_button
这验证了我们的猜测,将该属性删除,按钮就可以点击了。
攻防世界——新手区——disabled_button

相关文章:

  • 2021-11-18
  • 2021-07-05
  • 2021-10-17
  • 2021-08-07
  • 2021-09-28
  • 2021-09-30
  • 2021-07-27
  • 2022-01-21
猜你喜欢
  • 2021-08-02
  • 2021-12-31
  • 2021-04-04
  • 2021-11-27
  • 2021-04-15
  • 2021-05-27
相关资源
相似解决方案