【发布时间】:2014-07-24 14:10:22
【问题描述】:
如何处理帖子正文中的多个参数。我要处理一个:
post {
respondWithMediaType(`application/json`) {
entity(as[String]) { text =>
complete(extract(text).toJson.compactPrint)
}
}
}
现在我需要得到一个秒双参数。
有什么帮助吗?
谢谢
【问题讨论】: