quark_zju

kuaichuan URL dump

Jan 1st, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var s;
  2. s = '';
  3. $('.file_name').each(function(_, x) {
  4. return s += x.href.replace(/[ \n\r]/ig,'') + "\n";
  5. });
  6. copy(s);
Add Comment
Please, Sign In to add comment