<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.111cn.net/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<script language="网页特效">
function cleardiv()
{
document.getelementbyid("test1").innerhtml='';
}
</script>
<title>网页特效怎么清空div里元素实例代码</title></head>
<body>
<div id="test1">
点击下面的按钮可以清除我的内容
</div>
<a href="网页特效:cleardiv();">清除</a>
</body>
</html>
时间: 2024-09-30 00:20:23