fun html(init: HTML.() -> Unit): HTML { val html = HTML() // create the receiver object html.init() // pass the receiver object to the lambda return html}
第一句话里init:HTML.()是什么东西,死活理解不了阿?
看不懂
来自炫酷的 NutzCN