运行时(runtime)一个 JavaScript 运行时包含 栈(stack), 堆(heap), 队列(queue);
栈 (stack)栈 具有 先进后出 (FILO, First In Last Out) 的特点,有时也叫做 堆栈,
2025-06-29