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) {