+ 删除两个无用的方法
This commit is contained in:
@@ -129,15 +129,6 @@
|
|||||||
return time.toString();
|
return time.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
function messageAppend(message) {
|
|
||||||
output.innerHTML += message + "<br>";
|
|
||||||
}
|
|
||||||
|
|
||||||
function message(text) {
|
|
||||||
$("#output").empty();
|
|
||||||
$("#output").append(text + "<br>");
|
|
||||||
}
|
|
||||||
|
|
||||||
// 为 Date 创建日期格式化方法
|
// 为 Date 创建日期格式化方法
|
||||||
Date.prototype.format = function (fmt) {
|
Date.prototype.format = function (fmt) {
|
||||||
var o = {
|
var o = {
|
||||||
|
|||||||
Reference in New Issue
Block a user