会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白的拜
博客园
首页
新随笔
联系
订阅
管理
2015年10月22日
class命名 常用关键字
摘要: 常见class关键词:布局类:header, footer, container, main, content, aside, page, section包裹类:wrap, inner区块类:region, block, box结构类:hd, bd, ft, top, bottom, left, r...
阅读全文
posted @ 2015-10-22 10:01 小白的拜
阅读(1584)
评论(0)
推荐(0)
2015年10月19日
用JS获取地址栏参数的方法
摘要: 采用正则表达式获取地址栏参数:(强烈推荐,既实用又方便!)functionGetQueryString(name){varreg = newRegExp("(^|&)"+ name +"=([^&]*)(&|$)");varr = window.location.search.substr(1).m...
阅读全文
posted @ 2015-10-19 14:29 小白的拜
阅读(162)
评论(0)
推荐(0)
公告