dojo mobile模板

前端之家收集整理的这篇文章主要介绍了dojo mobile模板前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<!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> 原文链接:https://www.f2er.com/dojo/291182.html

猜你在找的Dojo相关文章