來統計一下PS4/PS5在板上的佔有率 - PS
By Emma
at 2021-12-28T21:36
at 2021-12-28T21:36
Table of Contents
幫忙樓主用簡單的js跑一下
結果如下:
ps5 總共有 644 台
ps4 總共有 676 台
推文總計 ps5 佔有比率48.78787878787879%
推文總計 ps4 佔有比率51.21212121212121%
附上程式碼,有興趣的人可以自己去網頁版打開開發者工具試一下,如有錯誤在請指正了
網友版連結: https://www.ptt.cc/bbs/PlayStation/M.1640357569.A.636.html
程式碼:
;(function() {
let ps5 = 0, ps4 = 0
document.querySelector("#main-content").querySelectorAll(".push").forEach(ite
m => {
const pushContentDom = item.querySelector(".push-content")
if(!!pushContentDom && pushContentDom.textContent) {
if(/\+1/.test(pushContentDom.textContent)) {
ps4 += 1
}else if(/\+2/.test(pushContentDom.textContent)) {
ps5 += 1
}
}
})
console.log(`ps5 總共有 ${ps5} 台`)
console.log(`ps4 總共有 ${ps4} 台`)
console.log(`推文總計 ps5 佔有比率是 ${(ps5 / (ps5 + ps4)) * 100}%`)
console.log(`推文總計 ps4 佔有比率是 ${(ps4 / (ps5 + ps4)) * 100}%`)
})()
--
結果如下:
ps5 總共有 644 台
ps4 總共有 676 台
推文總計 ps5 佔有比率48.78787878787879%
推文總計 ps4 佔有比率51.21212121212121%
附上程式碼,有興趣的人可以自己去網頁版打開開發者工具試一下,如有錯誤在請指正了
網友版連結: https://www.ptt.cc/bbs/PlayStation/M.1640357569.A.636.html
程式碼:
;(function() {
let ps5 = 0, ps4 = 0
document.querySelector("#main-content").querySelectorAll(".push").forEach(ite
m => {
const pushContentDom = item.querySelector(".push-content")
if(!!pushContentDom && pushContentDom.textContent) {
if(/\+1/.test(pushContentDom.textContent)) {
ps4 += 1
}else if(/\+2/.test(pushContentDom.textContent)) {
ps5 += 1
}
}
})
console.log(`ps5 總共有 ${ps5} 台`)
console.log(`ps4 總共有 ${ps4} 台`)
console.log(`推文總計 ps5 佔有比率是 ${(ps5 / (ps5 + ps4)) * 100}%`)
console.log(`推文總計 ps4 佔有比率是 ${(ps4 / (ps5 + ps4)) * 100}%`)
})()
--
Tags:
PS
All Comments
By Leila
at 2021-12-31T03:06
at 2021-12-31T03:06
By Hedwig
at 2022-01-02T08:35
at 2022-01-02T08:35
By John
at 2022-01-04T14:05
at 2022-01-04T14:05
By Blanche
at 2022-01-03T07:55
at 2022-01-03T07:55
By Donna
at 2022-01-05T13:24
at 2022-01-05T13:24
By James
at 2022-01-03T07:55
at 2022-01-03T07:55
By Rebecca
at 2022-01-05T13:24
at 2022-01-05T13:24
By Kumar
at 2022-01-03T07:55
at 2022-01-03T07:55
By George
at 2022-01-05T13:24
at 2022-01-05T13:24
By Frederica
at 2022-01-03T07:55
at 2022-01-03T07:55
By Joseph
at 2022-01-05T13:24
at 2022-01-05T13:24
By Oliver
at 2022-01-03T07:55
at 2022-01-03T07:55
By Andrew
at 2022-01-05T13:24
at 2022-01-05T13:24
By Andy
at 2022-01-03T07:55
at 2022-01-03T07:55
By Sarah
at 2022-01-05T13:24
at 2022-01-05T13:24
By Andrew
at 2022-01-03T07:55
at 2022-01-03T07:55
By Lily
at 2022-01-05T13:24
at 2022-01-05T13:24
By Poppy
at 2022-01-03T07:55
at 2022-01-03T07:55
By Gary
at 2022-01-05T13:24
at 2022-01-05T13:24
By Rachel
at 2022-01-03T07:55
at 2022-01-03T07:55
By Todd Johnson
at 2022-01-05T13:24
at 2022-01-05T13:24
By Annie
at 2022-01-03T07:55
at 2022-01-03T07:55
By Michael
at 2022-01-05T13:24
at 2022-01-05T13:24
By Suhail Hany
at 2022-01-03T07:55
at 2022-01-03T07:55
By Catherine
at 2022-01-05T13:24
at 2022-01-05T13:24
By Anonymous
at 2022-01-03T07:55
at 2022-01-03T07:55
By Elvira
at 2022-01-05T13:24
at 2022-01-05T13:24
By Sierra Rose
at 2022-01-03T07:55
at 2022-01-03T07:55
By Sandy
at 2022-01-05T13:24
at 2022-01-05T13:24
By Lauren
at 2022-01-03T07:55
at 2022-01-03T07:55
By Michael
at 2022-01-05T13:24
at 2022-01-05T13:24
Related Posts
GBO2台灣萬代官辦比賽來了!
By Elma
at 2021-12-28T18:09
at 2021-12-28T18:09
地平線禁忌西域新展示
By Jessica
at 2021-12-28T14:11
at 2021-12-28T14:11
戰神:諸神黃昏 (上市時間洩漏) !?
By Noah
at 2021-12-28T12:59
at 2021-12-28T12:59
黑暗靈魂3 環印城PVP建議等級
By Joe
at 2021-12-28T12:33
at 2021-12-28T12:33
玩DOOM永恆被打爆是不是正常的事?
By Oscar
at 2021-12-28T11:52
at 2021-12-28T11:52