<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>动态插入节点方法</title>
<script src="jquery-1.8.0.js"></script>
</head>
<style type="text/css">
body{
font-size:13px;
}
</style>
<script type="text/javascript">
$(function(){
$("div").append(ll);
function ll(){
return "<b>dddddddddddddd</b>";
}
});
</script>
<body>
<div>jQuery</div>
</body>
</html>
动态插入节点方法(一)
最新推荐文章于 2025-05-20 13:53:36 发布