<html> <body> <p>将资源直接使用转换为 `.use { ... }` </p> <!-- tooltip end --> <p>将 `resource.sendAsImageTo(contact)` 转换为 `resource.use { it.sendAsImageTo(contact) }` </p> </body> </html>