dojo mobile模板
发布时间:2020-12-16 21:27:58 所属栏目:百科 来源:网络整理
导读:!DOCTYPE html html head titleindex.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-ty
<!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> (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |