|
按照这个步骤做的:http://docs.wex5.com/ali-web-php/,IE/Chrome访问,显示出源代码。
阿里云不支持jsp,但是按步骤,是生成了静态网页的,不过在源代码里看到还是有js调用
IE访问,显示如下代码:
<!DOCTYPE HTML>
<html style="width:100%;height:100%" class="no-js">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<script src="../system/lib/base/modernizr-2.8.3.min.js"></script>
<script id="__varReplace">
window.__justep = window.__justep || {};
window.__justep.isDebug = false;
window.__justep.__packageMode = "2";
window.__justep.__isPackage = true;;
window.__justep.url = location.href;
window.__justep.versionInfo = {};
</script>
<script id="__updateVersion"> |
|