生产变量语句:varVariableDeclarationList;评估如下:评估VariableDeclarationList。返回(normal,empty,empty)。我想知道normal和empty的意思。 最佳答案 ECMAScript描述了一个内部类型来解释语句的行为,它叫做TheCompletionSpecificationType.Completion类型的值是(type,value,target)形式的三元组,其中:type可以是normal、break、continue、return或抛出。value可以是任何