摘要: $.ajax({ url: "/es/find", type: "POST", async: false, success: function(data) { alert("发生错误的信息如下"); }, error: function (response, ajaxOptions, thrownE 阅读全文
posted @ 2019-11-19 17:49 闫超辉 阅读(943) 评论(0) 推荐(0)
摘要: String snn = "中华";byte[] buff = snn.getBytes("UTF-8"); int i = buff.length; System.out.println(i);//可以根据(i)得到的数字,转换出(中华) 阅读全文
posted @ 2019-11-19 15:03 闫超辉 阅读(988) 评论(0) 推荐(0)