Chrome浏览器批量离线下载迅雷快传资源
2013-02-27 15:52:38 来源:WEB开发网核心提示:/* * This is a JavaScript Scratchpad. * * Enter some JavaScript, then Right Click or choose from the Execute Menu: * 1. Run to evaluate the selected text, * 2.
/* * This is a JavaScript Scratchpad. * * Enter some JavaScript, then Right Click or choose from the Execute Menu: * 1. Run to evaluate the selected text, * 2. Inspect to bring up an Object Inspector on the result, or, * 3. Display to insert the result in a comment after the selection. */ var urls = '' $('a.file_name').each(function(){ urls += $(this).attr('href') + '\n'; }); $('<textarea>' + urls + '</textarea>').appendTo('body');
然后右击鼠标选择“审查元素”,然后选择“Console”,然后把这代码复制在窗口里回车就可以了。
更多精彩
赞助商链接