一个月过去了, V 友们海淘的 Pixel 9 到了吗?使用体验如何。 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
script> 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(); });
ufan0
V2EX    Pixel

一个月过去了, V 友们海淘的 Pixel 9 到了吗?使用体验如何。

  •  
  •   ufan0 71 天前 3144 次点击
    这是一个创建于 71 天前的主题,其中的信息可能已经有所发展或是发生改变。

    玩腻了的话,就出个好价吧 抢了两次都是砍单~

    25 条回复    2025-08-06 04:32:53 +08:00
    conky
        1
    conky  
       71 天前
    砍单
    conky
        2
    conky  
       71 天前
    是正常的
    ufan0
        3
    ufan0  
    OP
       71 天前
    现在官网(还是此前的地址),售价¥ 389 ,似乎不需要保持三个月在网激活解锁。

    +运费折算下来也比国内电商便宜些。

    没被砍单的 V 友们用的都是哪家转运啊
    FreeWong
        4
    FreeWong  
       71 天前
    愿意等的话 Pixel 10 可能更好,因为它可以抵御伪基站攻击
    chauncychan
        5
    chauncychan  
       71 天前
    等 8 月的 pixel10 了,pixel8p 已经用腻了
    JackTone
        6
    JackTone  
       71 天前
    @chauncychan 免费上门回收
    defunct9
        7
    defunct9  
       71 天前
    谁有个 pixelip 出,想破了装 linux
    ufan0
        8
    ufan0  
    OP
       71 天前
    @FreeWong
    @chauncychan

    Pixel 10 一出又是太贵了


    @conky #1 砍单是个痛苦的事情,还得申请退转运充的钱


    @defunct9 好奇问下,pixelip 是什么设备,没搜索到。
    defunct9
        9
    defunct9  
       71 天前
    pixel 8p
    tthem
        10
    tthem  
       71 天前
    想要一个,在哪里买呀
    ufan0
        11
    ufan0  
    OP
       71 天前
    churchmice
        12
    churchmice  
       71 天前 via Android
    @FreeWong 这玩意是啥强需求吗?
    1145148964
        13
    1145148964  
       71 天前
    收一个大佬不要的。
    FreeWong
        14
    FreeWong  
       71 天前
    @churchmice 可以搜索下伪基站的危害。
    FreeWong
        15
    FreeWong  
       71 天前
    @ufan0 对对,新出的 Pixel 就是巨贵
    wa007
        16
    wa007  
       70 天前
    @ufan0 进去看了看,原来是 "$389" 而不是 "¥ 389"
    ufan0
        17
    ufan0  
    OP
       70 天前
    @wa007 我的问题,感谢指出,中英文切换符号拼错,确实是美金。
    Cruzz
        18
    Cruzz  
       70 天前
    我买都是用的转运中国,但是没买过 Pixel 。
    pofycn
        19
    pofycn  
       70 天前
    买了个二手 pixel8 ,懒得折腾了,反正就是刷机玩下
    aaakhx55255
        20
    aaakhx55255  
       70 天前 via Android
    砍嘛了号封了,买个 7 过度过度
    ldrljq
        21
    ldrljq  
       69 天前
    @aaakhx55255 有靠谱的店家吗?我也想买个 7A
    aaakhx55255
        22
    aaakhx55255  
       69 天前 via Android
    @ldrljq 看酷安上 咸鱼冬尽了 1 比较靠谱好像,可以观望观望,怕 10 出之后会有价格波动
    bingheath
        23
    bingheath  
       66 天前
    现在 google store 上 pixel8pro $599 ,送一个 $299 的 pixel watch 2 再送一个$35 的官方壳。
    ufan0
        24
    ufan0  
    OP
       66 天前
    @bingheath 赚$的话,这是好价了。
    bingheath
        25
    bingheath  
       65 天前
    @ufan0 也是在 pixel 10 上市前的清库存折扣了
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     5123 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 27ms UTC 03:51 PVG 11:51 LAX 20:51 JFK 23:51
    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