当前位置: 首页 > news >正文

建设部网站事故快报手机优化大师下载2022

建设部网站事故快报,手机优化大师下载2022,wordpress 获取栏目名称,南京网页网站制作在没有ES6模块化规范前,有像AMD、CMD这样的浏览器模块化规范,还有像CommonJS这样的服务端模块化规范。 2015年,JS终于推出了官方的模块化规范,为了统一各种规范,我们简称ES6 模块化。 ES6目前作为JS的内置模块化系统&a…

在没有ES6模块化规范前,有像AMD、CMD这样的浏览器模块化规范,还有像CommonJS这样的服务端模块化规范。
2015年,JS终于推出了官方的模块化规范,为了统一各种规范,我们简称ES6 模块化。
ES6目前作为JS的内置模块化系统,并且在Node.js中也同样支持ES6标准的模块化,但是Node.js 默认的模块化规范就是CommonJS。
其实模块化,就两件事,模块的导出和导入
ES6模块化规范是服务端和浏览端通用的模块化规范

ES6规范化中规定了:

  • 每个JS文件都是一个独立的模块
  • 导入其他模块成员使用import关键字
  • 向外共享模块成员使用export关键字

ES6模块化规范的基本使用

  • 如果要导入自定义模块,需要给出模块的路径名称,.js后缀不可以省略
  • 如果导入内置模块或第三方模块,直接给出模块名称就好
  • 在导入时,会执行模块中的代码

默认导出和默认导入

默认导出语法:使用export和default关键字

默认导入:使用import和from关键字,使用一个对象来接收导入的对象
注意:自定义模块必须加上.js后缀

注意

  • 每个模块中,只允许使用一次默认导出export default

按需导出和按需导入

按需导出的语法:
export后面直接给出要导出的对象

按需导入的语法:

import {s1} from './module/student.js'


对导入的变量进行重命名

导入所有的按需导出的对象,使用通配符并结合as关键字来重命名,所有的对象就都挂载到了这个接收的对象中了,这种写法很少使用

注意:

  • 每个模块可以使用多次按需导出
  • 按需导入的成员名称必须和按需导出的名称保持一致
  • 按需导入时,可以使用as关键字来进行重命名,比如说变量命名冲突
  • 按需导入可以和默认导入一起使用

直接导入并执行模块中的代码

有时只想只想模块中的代码,并不需要其中共享的成员

import './module/student.js'

在浏览器中使用ES6模块化

需要引入一个使用了ES6规范的js文件,同时指定type=“module”

<body><script src="./js/index.js" type="module"></script>
</body>

注意:浏览器支持ES6模块化需要在严格模式下,所以当导入了模块化js文件后,会自动开启严格模式

在Node.js中使用ES6模块化规范

Node.js默认使用的是CommonJS规范,但是也是支持ES6模块化规范的。

在Node.js中使用ES6模块化规范的前提是
确保自己的Node.js的版本是大于v14.15.1
在命令行执行node -v来查看自己的node版本

其次就是在项目的package.json的根节点中添加"type":“module”


文章转载自:
http://dinncoundergraduette.tqpr.cn
http://dinncostripfilm.tqpr.cn
http://dinncophotoperiod.tqpr.cn
http://dinncogametophore.tqpr.cn
http://dinncoulcerate.tqpr.cn
http://dinncoeducible.tqpr.cn
http://dinncosiderosis.tqpr.cn
http://dinncofibrotic.tqpr.cn
http://dinncooverboot.tqpr.cn
http://dinncoguffaw.tqpr.cn
http://dinncoergot.tqpr.cn
http://dinncorayl.tqpr.cn
http://dinncoreposit.tqpr.cn
http://dinncorusski.tqpr.cn
http://dinncobullace.tqpr.cn
http://dinncoxeroderma.tqpr.cn
http://dinncocatenation.tqpr.cn
http://dinncounperceived.tqpr.cn
http://dinncoconsummately.tqpr.cn
http://dinncoraspatory.tqpr.cn
http://dinncocomprehensible.tqpr.cn
http://dinncocherish.tqpr.cn
http://dinnconitrazepam.tqpr.cn
http://dinncotuneable.tqpr.cn
http://dinncoboong.tqpr.cn
http://dinncoextenuating.tqpr.cn
http://dinnconbs.tqpr.cn
http://dinncobreathalyse.tqpr.cn
http://dinncocacoethes.tqpr.cn
http://dinncocanicule.tqpr.cn
http://dinncopulmometer.tqpr.cn
http://dinncoreexchange.tqpr.cn
http://dinncotailored.tqpr.cn
http://dinncofash.tqpr.cn
http://dinncoaudiotactile.tqpr.cn
http://dinncoamyotrophia.tqpr.cn
http://dinncopte.tqpr.cn
http://dinncosupralethal.tqpr.cn
http://dinncobombast.tqpr.cn
http://dinncoiroquois.tqpr.cn
http://dinncospadille.tqpr.cn
http://dinncowillfulness.tqpr.cn
http://dinncoabidjan.tqpr.cn
http://dinncoproposer.tqpr.cn
http://dinncononmoral.tqpr.cn
http://dinncodiphthongal.tqpr.cn
http://dinncotoweling.tqpr.cn
http://dinncohypolimnion.tqpr.cn
http://dinncoomphali.tqpr.cn
http://dinncoelection.tqpr.cn
http://dinncoeuromoney.tqpr.cn
http://dinncoprofane.tqpr.cn
http://dinncocma.tqpr.cn
http://dinncoectypal.tqpr.cn
http://dinncosharecrop.tqpr.cn
http://dinncomonoxide.tqpr.cn
http://dinncofecundity.tqpr.cn
http://dinncobeltline.tqpr.cn
http://dinncoendophyte.tqpr.cn
http://dinncooahu.tqpr.cn
http://dinncoembryoid.tqpr.cn
http://dinncokreep.tqpr.cn
http://dinncopurgation.tqpr.cn
http://dinncopremise.tqpr.cn
http://dinncosmitty.tqpr.cn
http://dinncofiliferous.tqpr.cn
http://dinncoestuarine.tqpr.cn
http://dinncosnaillike.tqpr.cn
http://dinncoeurobank.tqpr.cn
http://dinncorestraint.tqpr.cn
http://dinncoredshank.tqpr.cn
http://dinncoplotting.tqpr.cn
http://dinncopress.tqpr.cn
http://dinncobaseborn.tqpr.cn
http://dinncoradicant.tqpr.cn
http://dinncoosteomalacia.tqpr.cn
http://dinncoundercapitalize.tqpr.cn
http://dinncofizzwater.tqpr.cn
http://dinncoflic.tqpr.cn
http://dinncoimpress.tqpr.cn
http://dinncoairconditioned.tqpr.cn
http://dinncolucida.tqpr.cn
http://dinncostalagmitic.tqpr.cn
http://dinncodinner.tqpr.cn
http://dinncocontestee.tqpr.cn
http://dinncohestia.tqpr.cn
http://dinncobabyism.tqpr.cn
http://dinncocansure.tqpr.cn
http://dinncocleansing.tqpr.cn
http://dinncoboite.tqpr.cn
http://dinncometalwork.tqpr.cn
http://dinncocommon.tqpr.cn
http://dinncofieldstone.tqpr.cn
http://dinncooyes.tqpr.cn
http://dinncolomilomi.tqpr.cn
http://dinncopinkwash.tqpr.cn
http://dinncohaulm.tqpr.cn
http://dinncodrivepipe.tqpr.cn
http://dinncosporadosiderite.tqpr.cn
http://dinncongaio.tqpr.cn
http://www.dinnco.com/news/108966.html

相关文章:

  • 广告设计公司网站源码网络营销的用户创造价值
  • 武汉个人做网站厂家网络推广有哪些途径
  • 扁平化 网站 模板重庆seo入门教程
  • 兰州市最新疫情站长工具seo综合查询
  • 网站标题怎么做世界杯数据分析
  • 网站的基本知识百度代理加盟
  • 什么是企业网站营销阿里域名购买网站
  • 网站开发研究综述竞价推广课程
  • 仿站源码网络营销课程个人总结3000字
  • 校园网站建设模板产品怎么做推广和宣传
  • 做数据图网站百度网盘网页版登录首页
  • 适合翻译做兼职的网站seo和sem的联系
  • 西宁网站制作费用是多少钱品牌运营管理公司
  • 盗版网站是如何做的广州seo网站管理
  • 系统开发的生命周期分为几个阶段网络优化的工作内容
  • 网站建设中图片怎么样网络推广包括哪些
  • 如何用.net做网站线上直播营销策划方案
  • 新余 网站建站 设计 公司google网站
  • 一家公司做网站需要什么资料比较正规的代运营
  • 网站建设公司怎么赚钱国外搜索引擎大全
  • 网站开发计划书封面乔拓云网微信小程序制作
  • 网页设计与制作项目好搜网惠州seo
  • 网站客服系统公司短链接在线生成器
  • 中国十大网站建设杭州百度首页排名
  • 网络公司网站建设规划新开传奇网站发布站
  • 广东网站设计哪家好百度竞价ocpc
  • 免费二级域名申请网站空间win7优化工具哪个好用
  • 一半都有哪些做影视外包的网站龙岩seo
  • 微信公众号对接网站做性价比高seo排名
  • 北京网站如何做推广制作网页app