Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特别是我正在尝试访问(请求的数据库的)doc_count,但我也想知道如何尽可能多地访问服务器的其余部分。
req.info.doc_count您可以从变量中获取数据库文档的计数。有关详细信息,请参阅请求对象结构。要轻松检查您自己的请求,您可以使用虚拟更新功能:
req.info.doc_count
function(doc, req){ return [null, {"json": req}] }
但是,这是您可以通过更新功能访问的唯一服务器数据。