类拟google那样的图片载入
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<img src="playboy0805v2_NaN.jpg" name="myImage" width="960" height="1825" id="myImage" />
<script type="text/javascript">
var img = new Image();
img.src = "playboy0805v2_7.jpg";
img.onload = function() {
document.getElementById('myImage').src = this.src;
}
</script>
</body>
</html>
网页搜索:http://www.openso.net/
开源搜索:http://www.openso.net/querycode?index=1&word=
电子书搜索:http://www.openso.net/queryebook?index=1&word=
工具搜索:http://www.openso.net/querytool?index=1&word=
技术网站导航:http://www.openso.net/123.html