标签: javascript reactjs react-native
我想要做的是 inner code (result) 仅在有 Validity 属性时才有效。 但由于我的目标没有 Validity 属性,我想通过使用 if checking 来防止内部代码运行。
inner code (result)
Validity
if checking
如何检查/防止 TypeError: e.target.getAttribute is not a function 的错误?
TypeError: e.target.getAttribute is not a function
答案 0 :(得分:0)
使用 optional chaining 或 hasOwnProperty() 方法
hasOwnProperty()