修改单词拼写错误
This commit is contained in:
@ -108,7 +108,7 @@ export function sprintf(str) {
|
||||
}
|
||||
|
||||
// 转换字符串,undefined,null等转化为""
|
||||
export function praseStrEmpty(str) {
|
||||
export function parseStrEmpty(str) {
|
||||
if (!str || str == "undefined" || str == "null") {
|
||||
return "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user