单圈回环编织表带如何清洗? - 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(); });
zhoudaiyu
V2EX    WATCH

单圈回环编织表带如何清洗?

  •  
  •   zhoudaiyu
    PRO
    2024-05-20 10:20:41 +08:00 2641 次点击
    这是一个创建于 508 天前的主题,其中的信息可能已经有所发展或是发生改变。
    带了 2 个多月了,灰色的已经变得有点黑了,而且还有汗味儿...顺便求大家推荐一个夏天带的,适合出汗多的人的表带吧,nike 的怎么样?
    20 条回复    2024-06-15 12:15:27 +08:00
    lqy2575395
        1
    lqy2575395  
       2024-05-20 10:25:50 +08:00
    买耐克回环运动边带吧,我用了 2 年多了,就洗过几次,还很新
    wclebb
        2
    wclebb  
       2024-05-20 10:25:56 +08:00   1
    我不懂能不能洗,但我猜用超音波(就是那个眼镜洗的设备)可能洗得掉,反复来几次就能干净了。
    Nike 的孔长期不洗,会藏污纳垢,不过也是正常的,可以每天冲水洗(至少我是这么做的,S4 到现在,除了 S0 按钮坏了,进水了)
    tiberium
        3
    tiberium  
       2024-05-20 10:26:23 +08:00
    手洗一遍之后装小号洗衣袋扔洗衣机
    hello1996
        4
    hello1996  
       2024-05-20 10:26:49 +08:00
    pyre
        5
    pyre  
       2024-05-20 10:27:54 +08:00
    洗衣机跟着衣服一起洗,还有就是用电动牙刷用点洗衣液快速震动(这只是我的方法)
    lerry
        6
    lerry  
       2024-05-20 10:33:08 +08:00
    洗澡的时候用肥皂洗一下
    jaynos
        7
    jaynos  
       2024-05-20 10:48:01 +08:00
    我直接用的沐浴露或者洗手液洗的
    tenngoxars
        8
    tenngoxars  
       2024-05-20 10:49:23 +08:00
    我用酒精湿巾擦 感觉还可以
    nuomi196500
        9
    nuomi196500  
       2024-05-20 11:08:30 +08:00
    打湿了用肥皂洗,手搓或者牙刷刷一刷都行
    x52S60GIsMZHtJPN
        10
    x52S60GIsMZHtJPN  
       2024-05-20 11:10:55 +08:00 via iPhone   1
    中性洗剂+30 度温水,没啥洗不了的东西
    ps:再也不买编织表带了,戴一段时间就会变松,用各种方式(包括不限于开水煮,冷冻)也无法复原,现在直接吃灰了
    badmarillo
        11
    badmarillo  
       2024-05-20 11:37:30 +08:00
    洗衣机洗,但是变松了+自己瘦了 30 斤,带着太松了。。。
    zjl03505
        12
    zjl03505  
       2024-05-20 11:56:23 +08:00
    水冲一冲摸一摸,在用烂之前我肯定已经淘汰这表了
    deplives
        13
    deplives  
       2024-05-20 13:48:04 +08:00
    我每次都是水龙头下洗手液搓出泡搓一搓,然后卫生纸吸干水晾一天完事儿。
    yuanbz666
        14
    yuanbz666  
       2024-05-20 14:18:11 +08:00   1
    建议 pdd 买,脏了直接换。我基本表带都用过,最透气无感的一定是米兰尼斯,除了手毛长(因人而异)会夹毛没有任何缺点
    catalysia
        15
    catalysia  
       2024-05-20 14:44:42 +08:00
    奢侈品都是一次性的
    liu731
        16
    liu731  
    PRO
       2024-05-20 15:27:07 +08:00
    超声波清洗机,实验室或者眼镜店里有
    iMoutai
        17
    iMoutai  
       2024-05-20 16:23:35 +08:00
    直接扔进洗衣机里洗,或者用流水冲一冲搓一搓,whatever ,just 干,目前没感觉有啥问题,洗坏了换新的
    terrysnake
        18
    terrysnake  
       2024-05-20 16:25:12 +08:00
    用洗手液,实测效果不错。
    shervy
        19
    shervy  
       2024-05-21 08:37:00 +08:00
    不洗,再买一个
    cskeleton
        20
    cskeleton  
       2024-06-15 12:15:27 +08:00
    @yuanbz666 #14 米兰尼斯永久了也藏污纳垢有汗味,但是我感觉金属的相对容易清洁一些。我是放超声波清洗机定期洗一下。最大的缺点是冬天冷。
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     954 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 28ms UTC 19:22 PVG 03:22 LAX 12:22 JFK 15:22
    Do have faith in what you're doing.
    ubao 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