$(document).on('click',"[href$='.txt'],[href$='.jpg'],[href$='.png']",function(){
var url=$(this).attr("href");
$(this).attr("href",'#');
window.location.href=("/index.php/Home/Download/index.html?url="+url);
})
417

被折叠的 条评论
为什么被折叠?



