怎么把[object HTMLImageElement]这种对象元素转换为标签元素img?
无标题文档
.box{width:303px; height:628px; padding-top:66px; background:url(images/0T2154Z4-0_03.png) no-repeat center; }
#box-top{ width:285px; margin:0 auto 0; height:473px; font-size:16px; font-family:"仿宋"; color:#000; overflow:scroll}
#box-bottom{ width:285px; margin:0 auto; height:24px;}
#span{ display:inline-block; font-size:16px; color:#000; width:24px; height:100%;}
#text{ width:181px;border:1px solid #000;display:inline-block}
#button{ width:80px; height:100%; background:#000; border:1px solid #ccc ; color:#fff}\
img{ display:inline-block !important}
.p{ width:100%; height:auto; margin:3% auto}
.p>img{ display:inline-block; width:8%; max-width:8%}
.p>span{ display:inline-block; width:auto; max-width:90%; margin-left:2%}
.pa{ text-align:left}
.pa>span{ background:green}
.pb{ text-align:right}
.pb>span{ background:#0FF}
|
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|
document.body.append(obj)
obj是HTMLIMGElement |
|
|
|
|