摘要:
 阅读全文
posted @ 2023-03-11 15:42
盘思动
阅读(54)
评论(0)
推荐(0)
摘要:
export function isString(str) { if (typeof str "string" || str instanceof String) { return true } return false } const str = new String('hello'); 阅读全文
posted @ 2023-03-11 13:24
盘思动
阅读(520)
评论(0)
推荐(0)