| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | | <!DOCTYPE html> |  | <html> |  | <head> |  | <meta charset="utf-8"> |  | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> |  | <META HTTP-EQUIV="pragma" CONTENT="no-cache"> |  | <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> |  | <META HTTP-EQUIV="expires" CONTENT="0"> |  | <title>权限提示页面</title> |  | <script src="../../easyAPI/lib/js/jquery/jquery-1.9.1.min.js"></script> |  | <style type="text/css"> |  |   |  | </style> |  | </head> |  | <body> |  |     <div>  |  |     </div> |  | </body> |  | </html> | 
 |