🌈 搜索
📅  最后修改于: 2022-03-11 15:02:45.843000             🧑  作者: Mango
function Foo() { this.abc = "Hello"; this.circular = this; } var foo = new Foo();