From 5f78ac95b721fa9a0e6cca2cf6a22e9072409989 Mon Sep 17 00:00:00 2001
From: hbk01 <3243430237@qq.com>
Date: Mon, 18 Jul 2022 00:11:10 +0800
Subject: [PATCH] =?UTF-8?q?+=20=E5=88=A0=E9=99=A4=E4=B8=A4=E4=B8=AA?=
=?UTF-8?q?=E6=97=A0=E7=94=A8=E7=9A=84=E6=96=B9=E6=B3=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
injection-sequence.html | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/injection-sequence.html b/injection-sequence.html
index ccf77fa..2c46fff 100644
--- a/injection-sequence.html
+++ b/injection-sequence.html
@@ -129,15 +129,6 @@
return time.toString();
}
- function messageAppend(message) {
- output.innerHTML += message + "
";
- }
-
- function message(text) {
- $("#output").empty();
- $("#output").append(text + "
");
- }
-
// 为 Date 创建日期格式化方法
Date.prototype.format = function (fmt) {
var o = {