|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%
dim indexs
dim titles
dim contents
dim shijian
dim sources
if not len(request("id"))=0 then
indexs=Cint(request("id"))
else
indexs=0
end if
set rs=server.createobject("adodb.recordset")
sql="select * from harticle where titleid="&indexs;
rs.open sql,conn,3,3
if rs.eof and rs.bof then
titles="空新闻!"
contents="无内容"
shijian="0000年00月00日"
sources="无"
else
titles=rs("title")
contents=rs("content")
shijian=cstr(month(rs("dateandtime")))+"月"+cstr(day(rs("dateandtime")))+"日"
sources=rs("source")
end if
%>
您的位置:首页》下载区 |
《华人》杂志最新电子版下载区 |
|
|
说明:杂志电子版为PDF格式,下载时点右键另存为,存到本地后,用WinRAR解压缩。 |
|
|
|
|
|
|
|