87,989
社区成员
发帖
与我相关
我的任务
分享
<div id="content" class="clearfloat"><!-- begin content -->
<div class="box"><!-- begin box -->
<h2>Portolio</h2>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet.
<a href="#" class="more">Know more</a>
</p>
<img src="./images/photo1.jpg" alt="" />
</div><!-- end box -->
</div><!-- end content -->
document.write("<div id='content' class='clearfloat'>")
document.write("<div class='box'><h2>运营信息"+ "</h2>")
document.write("<img src='./images/photo1.jpg' alt='' />")
document.write("<a href='#' class='more'>Know more</a>")
document.write("<p>" + "<a target='_blank' href=" + Nodes_links[i].childNodes[0].nodeValue + ">" + Nodes_name[i].childNodes[0].nodeValue + "</a>" + "</p>");
document.write("</div>")
.clearfloat { display: inline-block; }
.clearfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }