<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<script language="javascript">
function createImg(){
var icon ;
icon = document.createElement("img");
icon.src="1.jpg";
icon.width=100;
icon.height=100;
document.body.appendChild(icon);
}
</script>
<body>
<input type="button" value="button" onClick="createImg()">
</body>
</html>
读完这篇文章后,您心情如何?