V2 的人们到底是有多喜欢帖 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
document.addEventListener('DOMContentLoaded', function() { // Function to escape HTML entities function escapeHtml(text) { if (!text) return ''; var div = document.createElement('div'); div.textCOntent= text; return div.innerHTML; } // Function to render campaign based on display format function renderCampaign(campaign) { let html = ''; let displayFormat = campaign.display_format || 'text-only'; let title = escapeHtml(campaign.title); let description = escapeHtml(campaign.description); let callToAction = escapeHtml(campaign.call_to_action); let link = escapeHtml(campaign.link); // Check if required image URL is available for the display format, fallback to text-only if not if (displayFormat === 'small-with-description' && !campaign.img_small_url) { displayFormat = 'text-only'; } else if (displayFormat === 'banner-only' && !campaign.img_banner_url) { displayFormat = 'text-only'; } else if ((displayFormat === 'big-only' || displayFormat === 'big-with-description' || displayFormat === 'big-with-title-description-button') && !campaign.img_big_url) { displayFormat = 'text-only'; } html = `
${title}
`; switch(displayFormat) { case 'text-only': html += `
${description}
`; break; case 'small-with-description': html += `
${campaign.img_small_cid ? `
` : ''}
${description}
`; break; case 'banner-only': html += `
`; break; case 'big-only': html += `
`; break; case 'big-with-description': html += `
`; html += `
${description}
`; break; case 'big-with-title-description-button': html += `
`; html += `
${description}
`; html += ``; break; default: html += `
${description}
`; } html += `` return html; } // Load campaign from emitter var xhr = new XMLHttpRequest(); xhr.open('GET', '/pro/emitter', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.Onreadystatechange= function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var campaign = JSON.parse(xhr.responseText); if (campaign && campaign.id) { var html = renderCampaign(campaign); document.getElementById('pro-campaign-container').innerHTML = html; } else { // No campaign to display, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; } } catch (e) { // Parse error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error parsing campaign data: ' + e.message); } } else { // HTTP error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error loading campaign: HTTP ' + xhr.status); } } }; xhr.send(); });
alexhx

V2 的人们到底是有多喜欢帖

  •  
  •   alexhx 3 月 5 日 4812 次点击
    这是一个创建于 50 天前的主题,其中的信息可能已经有所发展或是发生改变。

    /t/1195736 帖子 OP 纯新加入账号,一加入马上发一篇帖,然后就成了热榜第一。点击数回复数甩其它热帖好几条街。 纯纯吐槽。

    32 条回复    2026-03-05 18:20:38 +08:00
    riscv
        1
    riscv  
       3 月 5 日 via Android
    因为是本能,只有经历并克服它的人才不
    xuromky
        2
    xuromky  
       3 月 5 日
    每次看到这种离谱的帖子,我都怀疑假的像小说 (本人并无冒犯)
    happydezhangning
        3
    happydezhangning  
       3 月 5 日
    看乐子
    JoeJoeJoe
        4
    JoeJoeJoe  
    PRO
       3 月 5 日 via iPhone
    又有谁不爱看山东生活频道呢?
    wegbjwjm
        5
    wegbjwjm  
       3 月 5 日 via iPhone
    看到就拉黑加忽略,基本都是来赚金币的
    azwcl
        6
    azwcl  
       3 月 5 日
    离谱,注册一天就来骗硬币,这种直接 block 的;
    SuperManNoPain
        7
    SuperManNoPain  
       3 月 5 日
    技术已死,还是搞搞娱乐吧
    coderluan
        8
    coderluan  
       3 月 5 日
    也分等级,那个有些过于逆天了,而且越 append 越逆天。
    fly89
        9
    fly89  
       3 月 5 日
    我也是这么想的,就离谱,江西也不带这么离谱的,还 50 万
    94
        10
    94  
       3 月 5 日
    现在知道以前看不上的“男女对立话题”为什么那么赚钱了吧
    fly89
        11
    fly89  
       3 月 5 日
    动不动就刷到这种视频:丑不拉几的一个女的对着镜头说,要求另一半年薪至少 30 万不然不嫁……
    现在又总刷到这种帖子:不知真假的一个男的弄个彩礼标题,说自己媳妇要天价彩礼该不该龟……

    要是年轻人真被这种东西鼓吹得多了,人都要畸形了,还结个什么婚。
    CSGO
        12
    CSGO  
       3 月 5 日
    帖是啥意思?搜了也没找到。看了帖子就是吐槽或者想问解决办法?不太懂。
    565656
        13
    565656  
       3 月 5 日
    2ex 都是公的,长期性压抑
    Yllnice
        14
    Yllnice  
       3 月 5 日 via Android
    是什么意思?
    mirrorpen
        15
    mirrorpen  
       3 月 5 日
    看了 append 是福州就合理了,福建也就闽南可能会回礼,其它地区大部分彩礼很夸张的
    我朋友娶的莆田,38.8W+厦门岛外一间店面+莆田一套房
    diligency
        16
    diligency  
       3 月 5 日
    @mirrorpen 回礼没
    panlista
        17
    panlista  
       3 月 5 日   1
    @azwcl 他说了是小号,估计也是知道不光彩所以不敢拿大号发
    dmanbu
        18
    dmanbu  
       3 月 5 日
    因为 V2 的够多
    back0893
        19
    back0893  
       3 月 5 日
    好看啊
    buildsth
        20
    buildsth  
       3 月 5 日
    在哪个平台,这种帖子都会是热帖啊
    azwcl
        21
    azwcl  
       3 月 5 日
    @panlista oh ,那是我的失误了,得 un block 回来了哈哈哈哈哈,尬住
    Tiger1994
        22
    Tiger1994  
       3 月 5 日
    主要是男性用户居多吧。这种贴子发在小红薯就不一样了
    FireKey
        23
    FireKey  
       3 月 5 日
    我之前也觉得不合理,直到我身边的人也花这个钱我才发觉这才是赤裸裸的现实
    aptandatp     24
    aptandatp  
       3 月 5 日
    正常啊,大号不好意思发拿小号发呗。拿着 1 金币来开一个帖回收一金币?
    RotkPPP
        25
    RotkPPP  
       3 月 5 日
    目前我发现了,几个必能成热门帖子:
    1. 骂小米骂雷军
    2. 男 + 彩礼
    3. 相亲相关的
    Sezxy
        26
    Sezxy  
       3 月 5 日
    不是喜欢,就是喜欢骂显得自己不龟
    zerovoid
        27
    zerovoid  
       3 月 5 日
    @Tiger1994 #22 应该说发微博豆瓣,肯定会被集美围攻,但是小红薯有茧房效应,还不一定。
    xiongzili99
        28
    xiongzili99  
       3 月 5 日
    不只是贴,只要是男女对立,感情类的,都是热门
    fredweili
        29
    fredweili  
       3 月 5 日
    看起来现在不给彩礼还不正常了,你们真棒,努力跳起来够
    ovovovovo
        30
    ovovovovo  
       3 月 5 日
    现实中谁分享这些,网络上谁不想急头白脸的把自己的事一顿说( doge
    boycem
        31
    boycem  
       3 月 5 日
    @RotkPPP 4.性生活
    PeterKim
        32
    PeterKim  
       3 月 5 日
    并不是所有关于彩礼的都能成为热门,要离谱,至少是你周围不怎么常见的才有可能成为热门,比如那个帖子里,综合彩礼 50 万,50 万是什么概念?有一个 V 友贴的图片里面小米汽车还有各种数码产品,全部买光也到不了 50 万,结果仅仅只是婚前给到女方的钱就有 50 万不说,还要被女方各种嫌弃和看不上,后续还有房子和车子的钱又要另算,这种例子我周围是没有,哪怕是听周围人说都没听到过,我周围真实例子里最难绷的综合彩礼达到 28 万+6 金(比这多的彩礼是有见过和听过,但是女方也是要出差不多的,只让男方出的目前这是最多的一个),不包含车子和房子,已经让我永生难忘了,这种 50 万的肯定很多人会去凑热闹。
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     998 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 153ms UTC 22:57 PVG 06:57 LAX 15:57 JFK 18:57
    Do have faith in what you're doing.
    ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86