2022年6月26日

摘要: 示例代码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 阅读(22) 评论(0) 推荐(0) 编辑


Copyright © 2024 foghorn
Powered by .NET 8.0 on Kubernetes