玩到现在输了一屁股
但找不到网站哪边可以看总损益
目前只找到一个方法就是用电脑版浏览器
在我的投注纪录选好起迄日之后查询
步骤1.再按F12打开Console视窗
https://imgur.com/a/plbeiMq.jpg
步骤2.然后输入var total_lose = 0;后按enter
https://imgur.com/a/NyNBTBO.jpg
步骤3.然后输入以下语法计算当前页面的损益后按enter
$('.cellList').each(function() {
total_lose-=parseInt($(this).find('li').eq(3).find('span').eq(0).text()
.replace('NTD', '').replace(',', ''));
total_lose+=parseInt($(this).find('li').eq(4).find('span').eq(0).text()
.replace('NTD',
'').replace(',', ''));
});
https://imgur.com/a/YCJJTEX.jpg
之后就是每到下一页都跑一次步骤3来计算这一页的损益
跑到最后一页算完之后再输入total_lose之后按enter来看总损益
https://imgur.com/a/ruZcirD.jpg
就会得到痛心的数字
我先去公园了