资 源 简 介
; **; Example 1 - Open browser with basic example, get link collection,
; loop through items and display the associated link URL references
;**
#include
#include
#include
FileCreate("data.txt")FileCreate("data2.txt")
_FileCreate("data3.txt")
Global $Mode1 = 2 + 8 + 128 ; xoa duu lieu cu, neu chua co thi tao moi, dung UTF8
Global $Mode2 = 1 + 4 + 256 ; ghi tiep vao cuoi + lam moi file + UTF8_
Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2")
$url = "http://music.go.vn/Player.aspx?sidl=177816,178366,163145,167015,164953,173790,177666,167322,152827,91625,146281,164099,173798,177815,167242,149989,170244,172741,170390,168293"
$url_list = "http://music.go.vn/Ajax/Player.ashx?type=getsonghistory"
FileWrite(@ScriptDir & "data3.txt", InetRead($url))
$list = FileRead(@ScriptDir & "data3.txt")
InetGet($url_list