<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<body>
	<div class="container">
		<ul>
			<li>1</li>
			<li>2</li>
			<li>3</li>
			<li>4</li>
			<li>5</li>
		</ul>		
	</div>
	<script type="text/javascript">
		$('body').append($('.container').html());
	</script>
</body>
</html>
文章標籤
全站熱搜
創作者介紹
創作者 Jerry 的頭像
Jerry

Bug倉庫 // 程式日記

Jerry 發表在 痞客邦 留言(0) 人氣(0)