[当前时间]
<p><strong>方法签名:</strong> </p>
<p><code>date_now()</code></p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取当前系统时间</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">无</td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
</tr>
</tbody>
</table>
<p><strong>返回值说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">String</td>
<td style="text-align: left;">时间字符串,格式为yyyy-MM-dd HH:mm:ss</td>
</tr>
</tbody>
</table>
<p><strong>使用例子</strong></p>
<pre><code>println(date_now());</code></pre>
<p><strong>输出结果</strong></p>
<pre><code>2016-12-26 14:38:53</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>无</li>
</ul>