@
qgy18 ```
<html>
<head>
</head>
<body>
<script type="text/javascript">
function addimg(src){
var script = document.createElement('img');
script.setAttribute("src", src);
document.getElementsByTagName('BODY').item(0).appendChild(script);
}
addimg('1.jpg');
addimg('2.jpg');
addimg('3.png');
</script>
</body>
</html>
```
header
```
HTTP/1.1 200 OK
Date: Sun, 05 Jun 2016 10:03:56 GMT
Server: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/5.5.30
Last-Modified: Fri, 22 Apr 2016 10:30:22 GMT
ETag: "8a81-534817e6900f1"
Accept-Ranges: bytes
Content-Length: 35457
Cache-Control: max-age=31536001
Expires: Sat, 22 Apr 2017 10:30:11 GMT
Connection: close
Content-Type: image/jpeg
```
还是不行。。。求具体哪里出错......