![]() |
#2
foktime2010-08-23 17:41
|
我们编程论坛的也有类似的功能。
如下在的效果,这种设置颜色的是如何实现的?

<%
dim xmlhttp
set xmlhttp = server.createobject("Microsoft.XMLHTTP")
xmlhttp.open "get","http://www.baidu.com",false
xmlhttp.send
response.write xmlhttp.responseText
%>
dim xmlhttp
set xmlhttp = server.createobject("Microsoft.XMLHTTP")
xmlhttp.open "get","http://www.baidu.com",false
xmlhttp.send
response.write xmlhttp.responseText
%>