会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
火磷
Memory will fade,but not notes.
博客园
首页
新随笔
联系
管理
订阅
2017年7月20日
模块接口
摘要: module.exports的使用 test.js main.js 1 'use strict'; 2 // 引入test模块,此时两个模块在同一目录下,注意写路径。 3 //方式一 4 var hello=require('./test'); 5 hello(); 6 // var config
阅读全文
posted @ 2017-07-20 13:25 火磷
阅读(412)
评论(0)
推荐(0)