美文网首页
js引入css、js

js引入css、js

作者: 卢卢2020 | 来源:发表于2021-02-19 22:09 被阅读0次

    1 引入css: import './style.css'

    2 使用npm 引入jQuery 

    注意 :在运行yarn add jquery之前先运行 yarn init  -y//初始化yarn  看图2

    npm install jquery 或者yarn add jquery 

    引入jquery  import $ from jquery  (看图三)

    错误1-1 错误1-2 正确示范图图2 图3

    localstring用法

    相关文章

      网友评论

          本文标题:js引入css、js

          本文链接:https://www.haomeiwen.com/subject/yqezxltx.html