codegooglecom / easyasp

Automatically exported from code.google.com/p/easyasp
0 stars 0 forks source link

一个错误。。。 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Private Function Easp_JsEncode(ByVal str)
    If Not isN(str) Then
        end if 
end function

isn类型不匹配 。。。

isN在类里面,不可以调用 ,怎么出现这种错误。

我还要加

if not easp.isn(str) then

Original issue reported on code.google.com by ys8...@qq.com on 2 Apr 2009 at 9:20

GoogleCodeExporter commented 9 years ago
这个bug已确认。应该是:
 If Not Easp_isN(str) Then

Easp_RandStr函数中也有这个错误。

这两个错误均在2.1正式版中已修复。

Original comment by Tainray@gmail.com on 2 Apr 2009 at 12:08

GoogleCodeExporter commented 9 years ago
没有啊,我的是 2.1 的

'EasyAsp V2.1 beta 更新说明 [2009-03-26, By Coldstone]

还有的就是

Sub AlertUrl

应该加上response.end

我弹出信息后跳转,他一样执行继续当前页代码。

Original comment by ys8...@qq.com on 3 Apr 2009 at 2:49

GoogleCodeExporter commented 9 years ago
不知道你们加上 urlencode 没有

应该加上这个。。

Original comment by ys8...@qq.com on 3 Apr 2009 at 3:03

GoogleCodeExporter commented 9 years ago
geturl 
如果是中文参数,会不会出现乱码呢。
request.ServerVariables("HTTP_REFERER")
这个会出现乱码。

Original comment by ys8...@qq.com on 3 Apr 2009 at 3:08

GoogleCodeExporter commented 9 years ago
to ys8810@qq.com:
现在提供下载的是beta版,我的意思是将在正式版中修复,正�
��版目前还未推出。
AlertUrl的Bug已经确认,也将在正式版中修复,谢谢指出!
另外,根据我本人的测试结果,getUrl并不会出现中文乱码的��
�况。

Original comment by Tainray@gmail.com on 6 Apr 2009 at 11:31

GoogleCodeExporter commented 9 years ago
 嗯,当时没看,有个反馈页的,以后发在反馈里面就可以了,版主可以把这贴删了。

Original comment by ys8...@qq.com on 7 Apr 2009 at 2:29