js判断变量是否未定义的代码例如:if(!myVar01)alert("发生错误")该代码直接发生异常,因为变量myVar01没有申明if("undefined"==typeofmyVar01)alert("发生错2023-02-20JavaScript200