任何人都可以帮助我,解释什么是scala,:/然后~在scala中,例如:
json = http(:/("api.twitter.com") / "1/users/show.json" <<? Map("screen_name" -> "aloiscochard") >~ { _.getLines.mkString })
Run Code Online (Sandbox Code Playgroud)
来自:http://aloiscochard.blogspot.com/2011/05/simple-rest-web-service-client-in-scala.html