![]() |
#2
cnfarer2010-08-23 06:58
|
这行代码
<table>
<tr>
<td>
< a href="delGoods.asp?pid="& rs("goods_id") &"">鞋子</a>
</td>
</tr>
</table>
放在 table 里是没值,pid是空的
请问这该怎么用啊
前面加 response.write 也是错的