<div class="container">
<div class="logo">
<img src="./image/dd_logo.jpg" alt="logo">
</div>
<table>
<tr>
<th>商品图片</th>
<th>商品信息</th>
<th>单价</th>
<th>数量</th>
<th width="100px">总价</th>
<th>操作</th>
</tr>
<tr>
<td><img src="./image/shoppingBg_03.jpg" alt=""></td>
<td>javascript高级编程</td>
<td>¥45.8</td>
<td><input type="button" name="minus" value="-" ><input type="text" name="amount"
value="0"><input type="button" name="plus" value="+"></td>
<td>¥0<</