- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>后台log查询</title>
- </head>
- <body>
- 起始时间:<input type="text" id="start" placeholder="时:分"/>
- 结束时间:<input type="text" id="end" placeholder="时:分"/>
- <button id="query">查询</button>
- <div id="content"></div>
- </body>
- <script src="scripts/vendor/jquery/jquery-1.9.0.js"></script>
- <script src="scripts/meteo/f/meteo_log.js"></script>
- </html>
|