摘要: public static boolean isJson(String content) { try { JSONObject.fromObject(content); return true; } catch (Exception e) { return false; } } 阅读全文
posted @ 2018-06-08 15:00 晴天fly 阅读(52513) 评论(0) 推荐(1) 编辑
摘要: $("#div_id input").click(function() { $("#div_idinput").each(function() { $(this).removeClass("btn1_hover"); }); $(this).attr("class", "btn1 btn1_hove 阅读全文
posted @ 2018-06-08 11:01 晴天fly 阅读(2781) 评论(0) 推荐(0) 编辑