SOURCE
JavaScript
Result
try { let obj = { a:2, b: 3 } throw obj; }catch(obj) { condfa.log("11111111 : " + obj.a); }
console 命令行工具
X
clear
>
console