2
0

description.html 205 B

12345678
  1. <html>
  2. <body>
  3. <p>将资源直接使用转换为 `.use { ... }`
  4. </p>
  5. <!-- tooltip end -->
  6. <p>将 `resource.sendAsImageTo(contact)` 转换为 `resource.use { it.sendAsImageTo(contact) }` </p>
  7. </body>
  8. </html>