C
CJ
Unregistered / Unconfirmed
GUEST, unregistred user!
http://www.delphibbs.com/xml/new2/listroom.asp
怎么出问题了?前两天还能用的...现在,只能显示,但不能返回数据..
原以为程序错了,可后来,那么简单的代码也只存了个空文件:
var
xmlobj : TDOMFreeThreadedDocument;
begin
xmlobj := TDOMFreeThreadedDocument.Create(application);
try
xmlobj.async := False;
xmlobj.load('http://www.delphibbs.com/xml/new2/listroom.asp');
xmlobj.save('c:/aa.xml');
finally
xmlobj.Free;
end;
Close;.
怎么出问题了?前两天还能用的...现在,只能显示,但不能返回数据..
原以为程序错了,可后来,那么简单的代码也只存了个空文件:
var
xmlobj : TDOMFreeThreadedDocument;
begin
xmlobj := TDOMFreeThreadedDocument.Create(application);
try
xmlobj.async := False;
xmlobj.load('http://www.delphibbs.com/xml/new2/listroom.asp');
xmlobj.save('c:/aa.xml');
finally
xmlobj.Free;
end;
Close;.