Uncaught TypeError: Cannot read properties of null (reading ‘split‘)

542 阅读1分钟

hobby.split(",")

改成这个

(hobby || "").split(',')