下面这段代码是网上截取的,如何才能放入div中,用innerHTML总是不能添加进去,或者说怎么变化下,放进去:
<table border="0" >
<thead class="tophead"> <tr>
<th scope="col" axis="length" class="icon" style="width:5%">
</th>
<th scope="col" axis="length" style="width:32% ;text-align:left ">
<span class="air_waybill">123123131</span>
<span class="error" id="spring"></span>
</th>
<th colspan="2" scope="col" axis="length" style="width:37% ;text-align:left">
<span class="font_normal">nbsp;<a id="orginURL4" href='#'>全球服务</a></span>
<br/>
字数限制不能输完整的了。
在网上截取一段含有表格的html代码,用innerHTML不能添加到块中有什么解决办法?表格中含thead,tbody
答案:2 悬赏:10 手机版
解决时间 2021-04-09 07:55
- 提问者网友:呐年旧曙光
- 2021-04-08 19:46
最佳答案
- 五星知识达人网友:骨子里都是戏
- 2021-04-08 20:27
<tr>
<th scope="col" axis="length" class="icon" style="width:5%">
</th>
不匹配, th 应该是 td吧.
<th scope="col" axis="length" class="icon" style="width:5%">
</th>
不匹配, th 应该是 td吧.
全部回答
- 1楼网友:一秋
- 2021-04-08 21:25
你好!
看起来没什么问题啊,你添加不上有报js错误没?
如有疑问,请追问。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯