Tag: 适用

kotlin如何在多层应用函数中引用outer-scope这个

例如: v1?.apply { v2?.apply { call(this, target, outerThis); } } 我的问题是如何参考“outerThis”? 感谢您的帮助。