时间:2021-05-26
本文实例为大家分享了js仿微信抢红包功能的具体代码,供大家参考,具体内容如下
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>仿微信抢红包</title> <style> html,body,div{margin:0;padding:0;} body{background:#EAEAEA;font:16px/1.8 "微软雅黑";padding-bottom:20px} input{margin:0;display:inline-block;border:1px solid #ddd;padding:4px 2px;font-size:16px;font-family:"微软雅黑";margin-right: 5px;} input:focus{border-color:#3C9BD1;outline:none;} .wrap,.list { margin: 50px auto; width: 300px;} .title{ font-size: 42px; color: #464646;text-align: center;} .line{height:40px;line-height:40px;text-align: center;} .btn{display:block;background:#3C9BD1;color:#fff;line-height: 40px;height:40px;text-align: center;width:200px;margin:0 auto;margin-top:50px;text-decoration: none;transition:all .3s linear;border-radius: 2px;} .btn:hover{opacity:.9;} .list{width:500px;border:1px solid #DBDBDB;padding:10px;BACKGROUND:#F5F5F5;text-align: center;} .list p span {color: red; padding: 0 8px;} .list p:empty{background: #000000;} .list:empty{display: none;} .link{position:fixed;height:20px;font-size: 12px;color:#999;text-align: center;width: 100%;bottom:0;line-height:20px;margin:0;padding:0; background: #EAEAEA;padding:5px 0;} .link a{font-size:12px;color:#999;} </style> </head> <body> <h1 class="title">javascript实现仿微信抢红包</h1> <div class="wrap"> <div class="line">红包个数:<input type="text" name="packetNumber" value="5" onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" maxlength="10">个</div> <div class="line">总 金 额:<input type="text" name="money" value="5" onkeyup="if(isNaN(value))execCommand('undo')" onafterpaste="if(isNaN(value))execCommand('undo')" maxlength="10">元</div> <div class="line"><a class="btn" href="javascript:;" rel="external nofollow" >发红包</a></div> </div> <div class="list"></div> <p class="link">参考<a target="_blank" href="https:///yulin718/note/93148">《微信红包的架构设计简介》</a>文章</p><script> "use strict";var _createClass = function() { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function(Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; } ;}();function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); }}var MoneyPacket = function() { function MoneyPacket(packNumber, money) { _classCallCheck(this, MoneyPacket); this.min = 0.01; this.flag = true; this.packNumber = packNumber; this.money = money; if (!this.checkPackage()) { this.flag = false; return { "flag": this.flag }; } } _createClass(MoneyPacket, [{ key: "checkPackage", value: function checkPackage() { if (this.packNumber == 0) { alert("至少需要设置1个红包"); return false; } if (this.money <= 0) { alert("红包总金额不能小于0"); return false; } if (this.packNumber * this.min > this.money) { alert("单个红包金额不可低于0.01元"); return false; } return true; } }]); return MoneyPacket;}();var getRandomMoney = function getRandomMoney(packet) { if (packet.packNumber == 0) { return; } if (packet.packNumber == 1) { var _lastMoney = Math.round(packet.money * 100) / 100; packet.packNumber--; packet.money = 0; return _lastMoney; } var min = 0.01 , max = packet.money / packet.packNumber * 2 , money = Math.random() * max; money = money < min ? min : money; money = Math.floor(money * 100) / 100; packet.packNumber--; packet.money = Math.round((packet.money - money) * 100) / 100; return money;};(function() { var oBtn = document.querySelector(".btn"); var oList = document.querySelector(".list"); oBtn.onclick = function() { var packetNumber = +document.querySelector("input[name=packetNumber]").value; var money = +document.querySelector("input[name=money]").value; var str = ""; var packet = new MoneyPacket(packetNumber,money) , num = packet.flag && packet.packNumber || 0; console.log("========================================================================"); for (var i = 0; i < num; i++) { var _pack = getRandomMoney(packet); str += "<p>第<span>" + i + "</span>个红包:: <span>" + _pack.toFixed(2) + "</span>元  ==剩余红包:: <span>" + packet.money.toFixed(2) + "</span> 元<p>"; console.log("第", i, "个红包::", _pack.toFixed(2), "元 ==剩余红包::", packet.money.toFixed(2), "元"); } str !== "" && (oList.innerHTML = str); } ;})();</script> </body></html>以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
随着微信的重要性日益显现,其功能也日趋完善,而且微信红包就是最受欢迎的功能之一,大家知道了微信红包随机分配算法后,可以让你每次抢红包都是运气王哦,快来详细的
微信红包避免手气最佳怎么做?微信红包玩法如下,您玩过微信抢红包抢到手气最佳的红包要发红包的玩法吗?所以有很多微信用户想要微信红包避免手气最佳。微信红包避免手
微信如今已经成为了大家手机中的必备软件,当然除了使用它的基本功能进行聊天或者朋友圈的查看之外,现在都流行使用微信红包,抢红包或者是发红包,使用微信转账以及微
iPhone/iOS自动抢红包神器哪家强?现在答案出来了:全自动抢红包神器“疯抢红包”!春节微信红包满天飞,少盯屏幕1分钟就感觉错过
java简单模拟微信抢红包功能,本例发100元红包,有10个人抢,为了尽可能的公平,每个人的红包金额都要随机(保证结果的不确定性,本例抢红包的次序与红包金额匹配