📄 borrows2.js
字号:
// testing circular borrows/** @class @borrows Bar#zop as this.my_zop*/function Foo() { /** this is a zip. */ this.zip = function() {} this.my_zop = new Bar().zop;}/** @class @borrows Foo#zip as this.my_zip*/function Bar() { /** this is a zop. */ this.zop = function() {} this.my_zip = new Foo().zip;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -