[求助]关于替换字符的问题
我想把“<”替换成“<!--”,把“>”替换成“-->”。但是这样做不行,content=Replace(content,"<","<!--") content=Replace(content,">","-->")。
这样他显示的是“!--”和“--”。谁可以?帮帮我!3Q!
2007-08-01 11:00
2007-08-01 11:35
2007-08-01 12:20
2007-08-01 13:33