From 6ff18dda5f0ca73058d34d0b4acd3f2adf899353 Mon Sep 17 00:00:00 2001 From: Wangder03 Date: Sun, 15 Dec 2024 00:27:42 +0800 Subject: [PATCH] wangd --- WebContent/js/bootstrap-table.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/WebContent/js/bootstrap-table.js b/WebContent/js/bootstrap-table.js index 3c65a58..4307421 100644 --- a/WebContent/js/bootstrap-table.js +++ b/WebContent/js/bootstrap-table.js @@ -85,6 +85,17 @@ }; }; + + + + + + + + + + + // 获取对象的类名(通过调用Object.prototype.toString并截取返回结果的一部分来获取) var toString = {}.toString; var classofRaw = function (it) {