账号通
    

账号  

密码  

1727

查看

1

回复
主题:[已答复]官方来,文件下载的部分函数BUG [收藏主题]  
当前离线

139

主题

1

广播

2

粉丝
添加关注
级别:一年级

用户积分:2295 分
登录次数:415 次
注册时间:2008/7/21
最后登录:2021/10/12
发表于:2017/4/24 17:12:14   | 显示全部帖子 查看该作者主题 楼主 
做在线知识付费 选科汛云开店
X1.5  X2.0均有问题。


点击查看原图

如上图

Item/FileDown.asp文件的ReplaceBadChar函数没有设返回值,导致它永远是Isnull

正确的应该是



Function ReplaceBadChar(str)
  str=replace(str,Chr(13)&Chr(10),"")
  str=replace(str,chr(13),"")
  str=replace(str,chr(10),"")
  str=replace(str,chr(9),"")
  ReplaceBadChar=replace(str,vbcrlf,"")
End Function
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行4.89844秒 powered by KesionCMS 9.0