[求助]代码分析
请教各位高手,我运行以下一段代码都没有错误,但我觉得奇怪,在第二、第三、第四行前有“‘”,这是使用什么语言可以这样编写呢?同时,高手们能否帮我解释这段代码呢?
<%
function chaoqi()
'sql="select * from loans"
'set rs=server.CreateObject("adodb.recordset")
'rs.open sql,db,1,3
if datediff("d",rs("time"),date)>=30 then
response.Write("超期 "&datediff("d",rs("time"),date)&" 天")
else
response.Write("无")
end if
end function
%>
[ 本帖最后由 TZTJ 于 2009-9-19 17:39 编辑 ]