
1 tedd 2012 年 11 月 24 日 我用Linkclump这ext,右键全选框中所有链接就是复制其url |
3 iyuyue 2012 年 11 月 24 日 |
4 lentrody 2012 年 11 月 24 日 这样? 打开迅雷后应该能导出下载链接列表吧 |
7 cedricporter 2014 年 6 月 16 日 打开chrome的console。输入 ``` links = "" $("a.file_name").each(function(idx,obj) {links += $(obj).attr("href") + "\n"}) copy(links) ``` 搞定。 |