.Net  

2007年4月22日

摘要: http://www.abab123.com/Shop/huiyuanka/Index.html 阅读全文
posted @ 2007-04-22 14:32 东方新秀 阅读(207) 评论(0) 推荐(0) 编辑
 
摘要: 在有些时候回车是由 chr(13)+chr(10) 组成的,试试replace all mymome with strtran(mymemo,chr(13)+chr(10),"") && 去掉回车换行符replace all mymome with strtran(mymemo,chr(13),"") && 去掉回车符replace all mymome with strtran(mymemo,c... 阅读全文
posted @ 2007-04-22 11:08 东方新秀 阅读(738) 评论(0) 推荐(0) 编辑