这篇文章上次修改于 199 天前,可能其部分内容已经发生变化,如有疑问可询问作者。

点开来看,嘻嘻

try {
    throw new Error;
} catch (Error e) {
    delete Error;
}