在我们对VS.Net中的水晶报表(Crystal Reports)进行研究之前,我和我朋友对如何将这个复杂的东东加入我们的Web应用有着非常的好奇心。一周以后,在阅读了大量的“HOWTO”文档之后,我们成功地将一些简单的报告加入到了我们的Asp.net程序中,并得到了一些小决窍。 这篇文章教你如何在.Net Web
function strleach(str)过滤非法字符函数 dim tempstr if str= then exit function tempstr=replace(str,chr(34),) tempstr=replace(tempstr,chr(39),) tempstr=replace(tempstr,