更新
This commit is contained in:
@@ -55,3 +55,8 @@ export function isLicensePlate(no) {
|
||||
export function cellStyle() {
|
||||
return "text-align:center";
|
||||
}
|
||||
|
||||
export function typeJudgment(object) {
|
||||
let res = {}.__proto__.toString.call(object);
|
||||
return res ? res : "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user