<!doctype?html>
<html>
<head>
????<meta?charset="UTF-8">
????<title>jqueryMobile</title>
????<link?rel="stylesheet"?href="css/jquery.mobile-1.4.5.min.css">
????<script?src="js/jquery.min.js"></script>
????<script?src="js/jquery.mobile-1.4.5.js"></script>
</head>
<body>
<div?data-role="page">
????<div?data-role="header">
????????<h1>歡迎訪問我的主頁</h1>
????</div>
????<div?data-role="content">
????????<p>我是一名移動開發(fā)者!</p>
????</div>
????<div?data-role="footer">
????????<h1>頁腳文本</h1>
????</div>
</div>
</body>
</html>
- 2 回答
- 0 關(guān)注
- 1543 瀏覽
添加回答
舉報
0/150
提交
取消