You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
547 B
10 lines
547 B
<!--head基础meta配置-->
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta http-equiv="Access-Control-Allow-Origin" content="*">
|
|
<meta http-equiv="Cache-Control" content="no-store"/>
|
|
<meta http-equiv="Pragma" content="no-cache"/>
|
|
<meta http-equiv="Expires" content="0"/>
|
|
<script type="text/javascript">var ctx = "${ctx}";</script>
|