asp判断问题
请教各位大侠,如何在actagnt里的AC/AV/AB三种值中判断出来在表里显示中文,我需要的结果是:AC=运输,AV=销售,AB=库存<td bgcolor="#FFFFFF" height="15" align="center" width="79" style="border-style: none; border-width: medium">
<font size="2"><%=rs("actagnt")%></font></td>
Select Case actagnt
Case "AC" response.write "运输
Case "AV" response.write "销售"
Case "AB" response.write "库存"
End Select
前提是你做了actagnt=trim( request("select"))的这种格式
其实vb里面做相关选择
select这样写不知道可不可以