`
hbthlw
  • 浏览: 1636 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
官方文档的一开头,给出的例子是这样的: http://nodejs.org/api/modules.html var circle = require('./circle.js'); console.log( 'The area of a circle of radius 4 is ' + circle.area(4)); var PI = Math.PI; exports.area = function (r) { return PI * r * r; }; 官方文档中的另一段话: 引用As a guideline, if the relationship between expo ...
Global site tag (gtag.js) - Google Analytics