dojo mobile模板
齐英朗
2023-12-01
<!DOCTYPE html>
<html>
<head>
<title>index.html</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="content-type" content="text/html; charset=UTF-8">
<link href="dojox/mobile/themes/iphone/iphone.css" rel="stylesheet"></link>
<script src="dojo/dojo.js" data-dojo-config="async:true, parseOnLoad:true"></script>
<script type="text/javascript" src="dojox/mobile/deviceTheme.js"></script>
<script type="text/javascript">
require([
"dojox/mobile/parser",
"dojox/mobile",
"dojox/mobile/compat"
], function(parser, mobile, compat){
});
</script>
</head>
<body>
</body>
</html>