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