How to stop page load in html static page

后端 未结 11 1439
庸人自扰
庸人自扰 2020-11-30 02:35

Is there in HTML (javascript) or other static html tech can:

  • Stop page loading (if browser does not download yet)
  • Stop page rendering (from where the
11条回答
  •  一向
    一向 (楼主)
    2020-11-30 03:06

    The stop methods can break things that have already started to load.

    If you want to load everything above a certain point and skip everything below a certain point:

    Everything works above this point.

    As long as the PRE tag remains open, nothing works below this point

提交回复
热议问题