| 发表于:2007-06-12 17:02:496楼 得分:4 |
try: 1.tempstr = replace(tempstr, "http:// ", chr(10) & chr(13) & "http:// ") 2.tempstr = replace(tempstr, "http:// ", chr(13) & chr(13) & "http:// ") 3.tempstr = replace(tempstr, "http:// ", vbcrlf & "http:// ") 4.tempstr = replace(tempstr, "http:// ", vbcrlf & vbcrlf & "http:// ") | | |
|