How can I edit javascript in my browser like I can use Firebug to edit CSS/HTML?

前端 未结 5 427
囚心锁ツ
囚心锁ツ 2020-12-04 09:53

Within JSP files, I have some pretty complicated Javascript. On a production machine, we\'re seeing a very weird bug that we have not been able to understand. We have neve

5条回答
  •  伪装坚强ぢ
    2020-12-04 10:30

    Firefox Developer Edition (59.0b6) has Scratchpad (Shift +F4) where you can run javascript

提交回复
热议问题