|
|
|
|
| 下载名称: |
<%=rs("title")%> |
| 程序语言: |
<%
if rs("yuyan")=1 then
response.Write("简体中文")
elseif rs("yuyan")=2 then
response.Write("繁体中文")
elseif rs("yuyan")=3 then
response.Write("English")
else
response.Write("多国语言")
end if
%> |
| 运行平台: |
<%=rs("yxpt")%> |
| 推荐等级: |
<%if rs("tjdj")=1 then
response.write("★☆☆☆☆")
elseif rs("tjdj")=2 then
response.write("★★☆☆☆")
elseif rs("tjdj")=3 then
response.write("★★★☆☆")
elseif rs("tjdj")=4 then
response.write("★★★★☆")
else
response.write("★★★★★")
end if
%> |
| 程序大小: |
<%=rs("daxiao")%>
<%if rs("danwei")=1 then
response.write("KB")
else
response.write("MB")
end if
%> |
| 下载次数: |
<%=rs("js")%> 次 |
| 程序介绍: |
<%=rs("body")%> |
| 发布日期: |
<%=rs("data")%> |
| 下载地址: |
<%if rs("qx")="1" then%><%if session("username")<>"" then%>" target="_blank"><%else%> <%end if%>
<%else%>" target="_blank"><%end if%> |
|
|