age: age}); // 关闭弹窗 var dialog = document.getElementById("dialog"); dialog.style.display = "none"; });

		// 获取弹窗
		var modal = document.getElementById("myModal");

		// 获取关闭按钮
		var span = document.getElementsByClassName("close")[0];

		// 点击关闭按钮,关闭弹窗
		span.onclick = function() {
			modal.style.display = "none";
		}

		// 在用户点击其他地方时,关闭弹窗
		window.onclick = function(event) {
			if (event.target == modal) {
				modal.style.display = "none";
			}
		}

		// 提交输赢结果
		function submitResult() {
			var result = document.getElementById("result").value;
			console.log("输赢结果:", result);
			// 在这里发送 POST 请求并进行处理
			// ...
			// 关闭弹窗
			modal.style.display = "none";
		}
	</script>
</body>
!DOCTYPE htmlhtml	head		title后台管理系统title		meta charset=utf-8		meta name=viewport content=width=device-width initial-scale=1		link rel=stylesheet href=cssbootstrapmincss		script src=cssjqueryminjsscrip

原文地址: https://www.cveoy.top/t/topic/0q9 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录