据说我是反派大小姐 - 漫画在线阅读
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>据说我是反派大小姐 - 漫画在线阅读</title>
<link rel="stylesheet" type="text/css" href="manhua.css">
<script src="ggg.js"></script>
</head>
<body>
<script>
function yeShu(a,b){
for(var i=0;i<a;i++){
var div=document.createElement('div');
div.className="box";
document.body.appendChild(div);
var img=document.createElement('img');
img.src="http://img2.manga8.xyz/bzmh/tupian/36111/"+b+"/" +(i+1)+".jpg";
//img.onload = function(){
if(document.getElementsByClassName('box').length>0){
document.getElementsByClassName('box')[i].appendChild(img);
} //}
//img.onerror = function(){
// return;
// }
}
}
yeShu("98","1");
</script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/qfiu 著作权归作者所有。请勿转载和采集!