Uncaught TypeError: Cannot read properties of null (reading ‘split‘) First 2022-03-23 542 阅读1分钟 把 hobby.split(",") 改成这个 (hobby || "").split(',')