最佳答案
如何定义带有多个隐式参数的函数。
def myfun(arg:String)(implicit p1: String)(implicit p2:Int)={} // doesn't work