Can I load javascript code using <link> tag?

前端 未结 8 1514
情歌与酒
情歌与酒 2020-12-02 20:20

Can I load javascript code using tag in my website ?

For example I have a javascript file, test.js, which contains the simple

8条回答
  •  清歌不尽
    2020-12-02 21:02

    You need to use the

    The end tag must be the full , don't abbreviate the way you can with some tags as in

提交回复
热议问题