PhoneGap中文网
标题:
新手求助-----appframework css 和 js都添加过了,但是在浏览器中没有页面显示
[打印本页]
作者:
suixin
时间:
2014-7-28 16:42
标题:
新手求助-----appframework css 和 js都添加过了,但是在浏览器中没有页面显示
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=divice-width, initial-scale=1,maxinum-scale=1"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>无标题文档</title>
<link rel="stylesheet" type="text/css" href="build/css/af.ui.css">
<link rel="stylesheet" type="text/css" href="build/css/icons.css">
<script src="build/ui/appframework.ui.js"></script>
<script src="build/appframework.js"></script>
</head>
<body>
<div id = "afui">
<div id = "content">
<div id="main" title="Welcome" class="panel" selected="true">
<header>
<h1>Welcome</h1>
<a class="button" style="float:right;" class="icon">key l </a>
</header>
<footer> <a href='#main' class='icon home'>welcome</a> <a href='#about' class='icon info'>About</a> </footer>
</div>
</div>
</div>
</body>
</html>
复制代码
代码就是这样的,但是页面上 啥都没出现?是怎么回事啊?
作者:
suixin
时间:
2014-7-28 16:42
知道的大神们,给个建议,
作者:
admin
时间:
2014-7-28 17:16
看看基础教程
http://bbs.phonegap100.com/thread-361-1-1.html
新手必看那一讲
作者:
suixin
时间:
2014-7-28 17:22
我看过了啊。你觉得上边的代码有错没啊?
作者:
suixin
时间:
2014-7-28 17:23
我是按照视频写的啊
作者:
admin
时间:
2014-7-30 22:21
suixin 发表于 2014-7-28 17:23
我是按照视频写的啊
jqmobi 2.1 和2.0引入js css 稍微有点区别 所以你看看楼上给你发的地址上的视频或者文档
欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/)
Powered by Discuz! X3.2