<!DOCTYPE html>
<html>
<head>
<title>3國</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0" />
<script type="text/javascript" src="http://code.jquery.com/jquery⑴.5.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.css"
/>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a3/jquery.mobile⑴.0a3.min.js"></script>
</head>
<body>
<div data-role="page" id="homepage">
<div data-role="header" data-position="fixed">
<h1>3國</h1>
</div>
<div data-role="content">
<div data-role="collapsible-set">
<section data-role="collapsible">
<h3>蜀國</h3>
<p>
蜀漢(221―263年),3國之1,為漢皇室后裔劉備所建立,
蜀漢始于昭烈帝劉備,終究漢懷帝(劉淵追謚)劉禪,歷2帝,共4102年
</p>
</section>
<section data-role="collapsible">
<h3>吳國</h3>
<p>孫權建立</p>
</section>
<section data-role="collapsible">
<h3>魏國</h3>
<p>曹操建立</p>
</section>
</div>
</div>
<div data-role="footer" data-position="fixed">
<h1>3分天下</h1>
</div>
</div>
</body>
</html>
效果:
下一篇 java 日期類