我想更改屏幕分辨率。
Response res =
given().
.header("Accept", "application/json")
.header("Content-Type", "application/x-www-form-urlencoded")
.header("channel","")
.formParam("grant_type", "password")
.formParam("client_id", "")
.formParam("secret", "")
.formParam("userId", "")
.formParam("password","").
when()
.post("/apiname");
System.out.println(res.body().asString());
分辨率已更改,但现在在Windows图标的某些应用程序中,图标很小,文本框和按钮混合,但大多数应用程序都很好。