大约有 2 项符合查询结果。(搜索耗时:0.0034秒)
您是不是要找:
- XMLHTTP获取web访问头信息和网页代码
- % Function BytesToBstr(body,Cset) dim objstream set objstream = Server.CreateObject(adodb.stream) objstream.Type = 1 objstream.Mode =3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = Cset
- 2009-12-28 22:23:05
- WEB中基于XMLHTTP的简单实例分析
- 大家都知道可以通过post或者get获得form表单的数据,那么我们如何实现不刷新的提交直接获得页面上的数据呢?这就要借助xmlhttp协议了。xmlhttp是xmldom技术的一部分。 下面的代码就是一个很简
- 2008-08-22 10:28:09