摘要:
示例代码1 class TestApplyClass { def apply(param: String): String = { println("apply method called, parameter is: " + param) return "Hello World!" } } val 阅读全文
posted @ 2022-06-26 17:23 foghorn 阅读(42) 评论(0) 推荐(0)
posted @ 2022-06-26 17:23 foghorn 阅读(42) 评论(0) 推荐(0)