Executing a JavaScript file directly from the browser

前端 未结 6 1116
攒了一身酷
攒了一身酷 2021-01-31 04:31

This sounds like a trivia question but I really need to know.

If you put the URL of an HTML file in the Location bar of your browser, it will render that HTML. That\'s

6条回答
  •  故里飘歌
    2021-01-31 05:28

    Or you can use RunJS: https://github.com/Dharmoslap/RunJS

    Then you will be able to run .js files just with drag&drop.

提交回复
热议问题