This is what I actually get when I use jsoup
String form_build_id =newAppDoc.select("input[name=form_build_id]").first().attr("value");
System.out.println(form_build_id);
String form_token = newAppDoc.select("input[name=form_token]").first().attr("value");
System.out.println(form_token);
String form_id = newAppDoc.select("input[name=form_id]").first().attr("value");
System.out.println(form_id);`][2]
任何想法。