我试图避免在参数列表中输入长句子。
这是一种习惯用法 Scala 存档的方式吗?
def createRecaptchaHtml: String = {
def config(s: String) = Play.current.configuration.getString(s).toString()
ReCaptchaFactory.newReCaptcha(config("recaptcha.publicKey") , config("recaptcha.privateKey"), false).createRecaptchaHtml(null, null)