import
inet.whttp;
|
02
|
03
|
Array
= function(...) {
|
04
|
return
{...}
|
05
|
}
|
06
|
var
ip = eval (
|
07
|
string.match
(
|
08
|
inet.whttp().get("http://fw.qq.com/ipaddress")
|
09
|
,
"new (.+)"
|
10
|
)
|
11
|
);
|
12
|
13
|
io.open()
|
14
|
io.print(
ip[1],ip[2],ip[3],ip[4] )
|