V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
bruce
V2EX  ›  Node.js

Node.js / JavaScript 后端开发指引

  •  
  •   bruce · 2013-02-02 13:20:30 +08:00 · 3865 次点击
    这是一个创建于 4099 天前的主题,其中的信息可能已经有所发展或是发生改变。
    8 条回复    1970-01-01 08:00:00 +08:00
    ikbear
        1
    ikbear  
       2013-02-03 00:05:18 +08:00
    能补充下测试相关的内容就更不错了 :)
    leohxj
        2
    leohxj  
       2013-02-03 01:08:37 +08:00 via iPhone
    希望更多人看到。
    heroicYang
        3
    heroicYang  
       2013-02-03 10:07:43 +08:00
    怎么这么少的人?非常好的文章啊,纯干货!
    jiangrongyong
        4
    jiangrongyong  
       2013-02-03 20:33:46 +08:00
    很系统!赞!
    rekey
        5
    rekey  
       2013-02-03 21:43:31 +08:00
    var contents = [];
    _.each(msgs, function(el) {
    contents.push(el.content);
    });

    表示可以用msgs.forEach(function(el) {
    contents.push(el.content);
    })
    iZr
        6
    iZr  
       2013-02-03 22:33:45 +08:00 via iPad
    wp的风格不错。
    jinwyp
        7
    jinwyp  
       2013-02-21 14:12:46 +08:00
    非常不错
    storm0912
        8
    storm0912  
       2013-02-21 15:05:24 +08:00
    总结的不错
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5659 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 03:30 · PVG 11:30 · LAX 20:30 · JFK 23:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.