摘要: //通过this访问内置流程对象, 在每个流程中都能使用 //this.conn => mysql-connection //this.results => 整个流程数已经返回的值 //this.next => 函数, 可以进入下一个流程, 第一个函数为错误信息, 后面的为该流程返回值 //每个流程必须为 function() { } 或者 function(next, thisarg) {}... 阅读全文
posted @ 2016-03-19 14:43 nicye 阅读(708) 评论(0) 推荐(0) 编辑