ASP用DIM定义变量问题
在表格里直接插入如下代码<%
dim aa
aa=request.Form("字段SystemReply") '
if aa<>"" then
response.Write "" & aa & ""
end if
%>
为什么输入来的数据什么都没有?哪里错了
2010-09-16 23:54



2010-09-17 00:55

2010-09-17 08:33
2010-09-17 08:44

2010-09-17 08:45
2010-09-18 15:12