实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.css">
5
<script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
6
<script src="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
7
</head>
8
<body>
9
10
<div data-role="header">
11
  <a href="#" data-role="button" data-icon="home">Home</a>
12
  <h1>Welcome To My Homepage</h1>
13
  <a href="#" data-role="button" data-icon="search">Search</a>
14
</div>
15
16
<div data-role="content">
17
  <p>The buttons are for demonstration purposes only, and will not have any effect.</p>
18
</div>
19
20
<div data-role="footer">
21
<div data-role="controlgroup">
22
  <a href="#" data-role="button" data-icon="plus">Add Me On Facebook</a>
23
  <a href="#" data-role="button" data-icon="plus">Add Me On Twitter</a>
24
  <a href="#" data-role="button" data-icon="plus">Add Me On Instagram</a>
25
</div>
26
</div>
27
28
</body>
29
</html>