Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fruits = ["https://music.163.com/#/song?id=1807844", "https://music.163.com/#/song?id=26232444", "https://music.163.com/#/song?id=26505362", "https://music.163.com/#/song?id=29013277"];
- time = ["1000","247000","207000","322000","250000"];
- fLen = time.length;
- i = 0;
- function f() {
- $.ajax({
- type: "POST",
- data: {message:"/share " + fruits[i]}
- });
- i++;
- if(i < fLen ){
- setTimeout( f, time[i] );
- }
- }
- f();
Advertisement
Add Comment
Please, Sign In to add comment