12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="maximum-scale=1.0, minimum-scale=1.0, user-scalable=0, initial-scale=1.0, width=device-width" />
- <meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
- <title>GFMES</title>
- <style type="text/css">
- p {
- text-align:center;
- }
- </style>
- </head>
- <body>
- <h2 style="text-align: center;">GFMES 安装包下载</h2>
- <p><a id="downloadLink" href="SCMESAPP_V3_N1.0.2_D2022-05-26_crp.apk">如果文件未自动下载,可点击此处进行下载</a></p>
- </body>
- <script type="text/javascript">
- autoDownloadApk();
- function autoDownloadApk()
- {
- var ele = document.getElementById("downloadLink");
- ele.click();
- }
- </script>
- </html>
|