parent
2b9edf5537
commit
e070d6b578
@ -0,0 +1,7 @@
|
|||||||
|
//封装字符串相关的方法
|
||||||
|
export function isBlank(value) {
|
||||||
|
value = value.trim();
|
||||||
|
if (value === "" || value === null || value === "string") {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue