Skip to content

Instantly share code, notes, and snippets.

#phantomjs万达员工歌唱比赛刷票程序 by Lessy@镇江万达百货
var page = require('webpage').create();
setInterval(function() {
page.open('http://k.dagexing.com/music/a82352841555', function (status) {
page.open('http://k.dagexing.com/songaction?siid=a82352841555&version=1&action=5', function (status) {
page.clearCookies();
});