回复 15楼 sdta
支持 支持 我就要这样的代码
2013-02-03 08:20
2013-04-04 08:11
程序代码:oIE = createobject( 'internetexplorer.application')
oie.Navigate("http://data./cqssc/haoma/2013-04-03/")
Do While oie.Busy=.T. Or oie.ReadyState#4
Inkey(1)
Enddo
strtofile(oIE.Document.body.innerhtml,[11.txt])
MODIFY FILE 11.txt

2013-04-04 09:28