MongoDB 通过samus驱动实现基本数据操作

webphp 12年前
     <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;">传统的关系数据库一般由数据库(database)、表(table)、记录(record)三个层次概念组成,MongoDB是由(database)、集合(collection)、文档对象(document)三个层次组成。MongoDB对于关系型数据库里的表,但是集合中没有列、行和关系概念,这体现了模式自由的特点。</p>    <h2 style="line-height:21px;margin-top:10px;font-family:宋体,Arial,Helvetica,sans-serif;color:#0000ff;font-size:1em;text-decoration:none;">一、关于MongoDB的驱动</h2>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> MongoDB支持多种语言的驱动,在此我们只介绍C#的驱动。仅C#驱动都有很多种,每种驱动的形式大致相同,但是细节各有千秋,因此代码不能通用。比较常用的是官方驱动和samus驱动。samus驱动除了支持一般形式的操作之外,还支持linq方式操纵数据。各人比较喜欢这种方式。</p>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> 官方驱动下载地址:<a style="color:#0000ff;font-size:14px;text-decoration:none;" href="/misc/goto?guid=4959500786877478334">点击下载</a><br /> samus驱动下载地址:<a style="color:#0000ff;font-size:14px;text-decoration:none;" href="/misc/goto?guid=4959500786966083889">点击下载</a></p>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> 本篇将从samus驱动入手讲解数据库访问,国际惯例,存取“Hello World!”。</p>    <h2 style="line-height:21px;margin-top:10px;font-family:宋体,Arial,Helvetica,sans-serif;color:#0000ff;font-size:1em;text-decoration:none;">二、通过samus驱动实现HelloWorld存取</h2>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> 在进行下述操作之前,请先确定MongoDB服务已经开启,不知道怎么开启服务,请看上篇。下载驱动,新建控制台项目,并添加对MongoDB.dll的引用,如果你下载的是驱动源码,编译一遍引用生成的DLL即可。</p>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> 基本代码如下:</p>    <div style="line-height:21px;font-family:宋体,Arial,Helvetica,sans-serif;" class="cnblogs_Highlighter">     <div style="position:relative !important;text-align:left !important;padding-bottom:1px !important;border-right-width:0px !important;margin:1em 0px;padding-left:1px !important;outline-width:0px !important;width:1315px;bottom:auto !important;padding-right:1px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:1px !important;left:auto !important;" id="highlighter_233411" class="syntaxhighlighter ">      <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="bar show">       <div style="border-bottom:#e7e5dc 1px solid;position:absolute !important;border-left:#e7e5dc 1px solid;padding-bottom:8px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:8px !important;float:none !important;height:auto !important;font-size:1px !important;vertical-align:baseline !important;border-top:#e7e5dc 1px solid;top:0px !important;right:0px !important;border-right:#e7e5dc 1px solid;padding-top:8px !important;left:auto !important;" class="toolbar">        <a style="overflow-x:hidden !important;overflow-y:hidden !important;text-indent:-5000px !important;width:16px;display:block !important;float:left !important;height:16px;color:#0000ff;margin-left:8px !important;font-size:14px;text-decoration:none;" class="item viewSource" title="view source" href="/misc/goto?guid=4959500787041660641">view source</a>        <a style="overflow-x:hidden !important;overflow-y:hidden !important;text-indent:-5000px !important;width:16px;display:block !important;float:left !important;height:16px;color:#0000ff;margin-left:8px !important;font-size:14px;text-decoration:none;" class="item printSource" title="print" href="/misc/goto?guid=4959500787123057317">print</a>        <a style="overflow-x:hidden !important;overflow-y:hidden !important;text-indent:-5000px !important;width:16px;display:block !important;float:left !important;height:16px;color:#0000ff;margin-left:8px !important;font-size:14px;text-decoration:none;" class="item about" title="?" href="/misc/goto?guid=4959500787194979969">?</a>       </div>      </div>      <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="lines">       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">01</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//链接字符串</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">02</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">string</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">connectionString = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"<a style="color:#0000ff;font-size:14px;text-decoration:none;" href="">mongodb://localhost</a>"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">03</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">04</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//数据库名</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">05</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">string</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">databaseName = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"myDatabase"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">06</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">07</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//集合名</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">08</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">string</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">collectionName = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"myCollection"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">09</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">10</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//定义Mongo服务</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">11</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Mongo mongo = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">new</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Mongo(connectionString);</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">12</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">13</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//获取databaseName对应的数据库,不存在则自动创建</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">14</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">MongoDatabase mongoDatabase = mongo.GetDatabase(databaseName) </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">as</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">MongoDatabase;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">15</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">16</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//获取collectionName对应的集合,不存在则自动创建</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">17</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">MongoCollection<Document> mongoCollection = mongoDatabase.GetCollection<Document>(collectionName) </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">as</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">MongoCollection<Document>;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">18</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">19</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//链接数据库</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">20</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">mongo.Connect();</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">21</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">try</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">22</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">{</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">23</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//定义一个文档对象,存入两个键值对</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">24</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Document doc = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">new</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Document();</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">25</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">doc[</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"ID"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">] = 1;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">26</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">doc[</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"Msg"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">] = </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"Hello World!"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">;</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">27</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">28</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//将这个文档对象插入集合</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">29</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">mongoCollection.Insert(doc);</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">30</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">31</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//在集合中查找键值对为ID=1的文档对象</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">32</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Document docFind = mongoCollection.FindOne(</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">new</code> <code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Document { { </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"ID"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">, 1 } });</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">33</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"> </td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">34</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//输出查找到的文档对象中键“Msg”对应的值,并输出</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">35</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">Console.WriteLine(Convert.ToString(docFind[</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:blue !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="string">"Msg"</code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">]));</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">36</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">}</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">37</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#006699 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;font-weight:bold !important;padding-top:0px !important;left:auto !important;" class="keyword">finally</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">38</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">{</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">39</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#008200 !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="comments">//关闭链接</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;background-color:#f8f8f8 !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt2">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">40</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="spaces">    </code><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">mongo.Disconnect();</code></td>          </tr>         </tbody>        </table>       </div>       <div style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="line alt1">        <table style="position:static !important;text-align:left !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;border-collapse:collapse !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="ke-zeroborder">         <tbody style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">          <tr style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">           <td style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:3em !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;color:#afafaf !important;font-size:1em !important;vertical-align:top !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="number"><code style="position:static !important;text-align:right !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:2.7em !important;bottom:auto !important;padding-right:0.3em !important;display:block !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;">41</code></td>           <td style="position:static !important;border-left:#6ce26c 3px solid;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0.5em !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:top !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="content"><code style="position:static !important;padding-bottom:0px !important;border-right-width:0px !important;margin:0px;padding-left:0px !important;outline-width:0px !important;width:auto !important;bottom:auto !important;padding-right:0px !important;font-family:Consolas,'Bitstream Vera Sans Mono','Courier New',Courier,monospace !important;float:none !important;border-top-width:0px !important;border-bottom-width:0px !important;height:auto !important;font-size:1em !important;vertical-align:baseline !important;border-left-width:0px !important;top:auto !important;right:auto !important;padding-top:0px !important;left:auto !important;" class="plain">}</code></td>          </tr>         </tbody>        </table>       </div>      </div>     </div>    </div>    <p style="line-height:21px;margin:5px auto;font-family:宋体,Arial,Helvetica,sans-serif;"> 运行程序,成功打印helloword。同时,我们打开数据文件夹,发现多了两个文件“myDatabase.ns”和“myDatabase.0”。</p>