摘要: 最进在做瞎干项目时用到的,发上了备用,主要是用的正则匹配!function getvl(name) {var reg = new RegExp("(^|\\?|&)"+ name +"=([^&]*)(\\s|&|$)", "i");if (reg.test(location.href)) return unescape(RegExp.$2.replace(/\+/g, " "));return "";};用法简单的说一下比如url是:http://blog.suiyid 阅读全文
posted @ 2011-10-12 19:53 kpbiao 阅读(303) 评论(0) 推荐(0) 编辑
摘要: <?php $main_modules = array( array('id' => 'banner', domId => "banner") // 自定义模块 ); echo include_modules('main-modules', $main_modules); ?><div class="box J_TBox" <?php echo $_MODULE_TOOLBAR ?>><div class="bannaerwarp"& 阅读全文
posted @ 2011-10-12 17:24 kpbiao 阅读(255) 评论(0) 推荐(0) 编辑