百度试题 结果1 题目What does the underlined word "hoisted" mean as it is used in the passage? A. lifted B. studied C. closed D. locked 相关知识点: 试题来源: 解析 A 反馈 收藏
What does enum mean as a type? In reading the source code of pixi.js, I found that enum is used as a type. An enum can also be used as a type to constrain. // pixi/constants export enum BLEND_MODES { NORMAL = 0, ADD = 1, MULTIPLY = 2, SCREEN = 3, OVERLAY = 4, } expor...