摘要: json强转:将data强转为jsonfunction(data) { var msg= eval('('+data+')'); alert(msg.msg); parent.window.closeDialog(); });后台json发送JSONObject js... 阅读全文
posted @ 2015-05-12 17:17 萧雪痕 阅读(115) 评论(0) 推荐(0) 编辑
摘要: String s = "姓名是${name},密码是${password}"; Pattern pat = Pattern.compile("\\$\\{[a-zA-Z0-9_-]*\\}"); Matcher mat = pat.matcher(s); while(mat.find(... 阅读全文
posted @ 2015-05-12 16:07 萧雪痕 阅读(545) 评论(0) 推荐(0) 编辑