做这个apnagent
教程,我不明白在第二行设置值的“管道”的目的是什么。
var apnagent = require('apnagent')
, agent = module.exports = new apnagent.Agent(); // <--- WHY this here
特别是我不明白为什么module.exports = agent;
需要,如果在教程的前面有这样一行:
module.exports = "<a1b56d2c 08f621d8 7060da2b c3887246 f17bb200 89a9d44b fb91c7d0 97416b30>";
为什么module.exports
需要覆盖?