@Ok("raw:json")会返回原本组装的字符串吗,不做任何的添加吗
8 回复
String head = "<script>window.name=";
String tail = "</script>";
re.setv("ok", 1).setv("username", username);
String temp = head+Json.toJson(re)+tail;
@Wizzercn 为了做跨域
添加回复
请先登陆