摘要: IE7 高度自适应 内容高度小于200px test test test test test 内容高度大于200px效果 test test t... 阅读全文
posted @ 2013-09-30 21:46 一文艺青年 阅读(103) 评论(0) 推荐(0) 编辑
摘要: /*resetAll css=================*/ body, h1, h2, h3, h4, h5, h6, p, ul, dl, ol { margin: 0; } h1, h2, h3, h4, h5, h6, input, textarea, select, button, ... 阅读全文
posted @ 2013-09-30 09:13 一文艺青年 阅读(141) 评论(0) 推荐(0) 编辑
摘要: public String regx(String regx,String text) { Matcher matcher=Pattern.compile(regx).matcher(text); if(matcher.find()) return matcher.group(); else ret... 阅读全文
posted @ 2013-09-30 08:53 一文艺青年 阅读(123) 评论(0) 推荐(0) 编辑