Board logo

标题: WAP版附件问题我先修一下 [打印本页]

作者: jun4rui    时间: 2016-10-28 10:27     标题: WAP版附件问题我先修一下

posted by wap, platform: Chrome
$('a,img').each(function(){
    //http://club.tgfcer.net/attachments/day_161028/20161028_1961_b8a13d57423b4516164e5LCjwkFkRZ6O.jpg
    //获取所有的a和img元素
    console.log($(this));
    var linkType = '';
    var linkUrl  = '';
    if ($(this).is('a')){
        linkType = 'href';
    }
    if ($(this).is('img')){
        linkType = 'src';
    }
    linkUrl = $(this).attr(linkType);
    console.log('linkType:',linkType,'\n','linkUrl:',linkUrl);
    //排除掉所有非attachments目录下的
    if (typeof(linkUrl)!='undefined' && linkUrl.indexOf('http://club.tgfcer.com/attachments/')>-1){
        $(this).attr(linkType, linkUrl.replace('tgfcer.com','tgfcer.net'));
    }
});

本帖最后由 jun4rui 于 2016-10-27 14:28 通过手机版编辑
作者: jun4rui    时间: 2016-10-28 10:30

posted by wap, platform: Chrome
油猴脚本,作用就是把所有图片和超链接找出来,分析如果是在附件目录下的,统一替换成正确的地址
作者: 流浪的枪骑兵    时间: 2016-10-28 10:50

不看见你这句话,我都没发现域名已经改了。。。




欢迎光临 TGFC Lifestyle (http://club.tgfcer.com/) Powered by Discuz! 6.0.0