学无先后,达者为师

网站首页 编程语言 正文

annot read properties of undefined (reading ‘split‘)“

作者:安果移不动 更新时间: 2022-05-13 编程语言

null.split
造成的 解决方案也很简单 在等于null的时候让他等于空字符串

  return (this.item[this.formDBName] || '').split("|");

原文链接:https://blog.csdn.net/mp624183768/article/details/122797402

栏目分类
最近更新