[removed] Inline Script with SRC Attribute?

后端 未结 3 1424
暗喜
暗喜 2020-11-22 14:40

I\'m used to including and using JS like so:


....


        
3条回答
  •  一向
    一向 (楼主)
    2020-11-22 15:09

    From the HTML 4 standard:

    If the src attribute is not set, user agents must interpret the contents of the element as the script. If the src has a URI value, user agents must ignore the element's contents and retrieve the script via the URI.

提交回复
热议问题