ecshop有三种缓存,query_cache(数据库查询缓存)、static_cache(静态缓存)和cache(普通的缓存)
数据库缓存 主要在/temp/cache/ 下面的文件中,有加密文件名称
例如 /temp/cache/f/index_40F756F0.php ,
注意1 通过后台更新缓存 可以更新
2 会员登录前和登录后 生成的是2个不同静态缓存
/*------------------------------------------------------ */
//-- 判断是否存在缓存,如果存在则调用缓存,反之读取相应内容
/*------------------------------------------------------ */
/* 缓存编号 */
$cache_id = sprintf('%X', crc32($_SESSION['user_rank'] . '-' . $_CFG['lang']));
if (!$smarty->is_cached('index.dwt', $cache_id))
<?php exit;?>a:3:{s:8:"template";a:17:{i:0;s:67:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/index.dwt";i:1;s:86:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/page_headerindex.lbi";i:2;s:81:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/user_header.lbi";i:3;s:87:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/user_header_right.lbi";i:4;s:78:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/head_nav.lbi";i:5;s:80:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/header_tan.lbi";i:6;s:79:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/index_ad3.lbi";i:7;s:80:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/order_type.lbi";i:8;s:82:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/cat_articles.lbi";i:9;s:80:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/stores_tab.lbi";i:10;s:84:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/index_ad_group.lbi";i:11;s:79:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/cat_goods.lbi";i:12;s:86:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/page_footerindex.lbi";i:13;s:78:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/site_bar.lbi";i:14;s:86:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/customer_service.lbi";i:15;s:79:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/vote_list.lbi";i:16;s:78:"D:/wwwroot/shuguoshijie/wwwroot/themes/68ecshopcom_360buy/library/left_bar.lbi";}s:7:"expires";i:1446913429;s:8:"maketime";i:1446909829;}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="http://www.shuguoshijie.com/" />
<meta name="Generator" content="68ECSHOP v4_1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="阜阳有机食品,阜阳天然食品,阜阳绿色食品,阜阳有机,阜阳蔬菜水果,阜阳肉蛋禽奶,阜阳海鲜,阜阳水产,阜阳粮油,阜阳副食,阜南有机食品,阜南天然食品,阜南绿色食品,阜南有机,阜南蔬菜水果,阜南肉蛋禽奶,阜南海鲜,阜南水产,阜南粮油,阜南副食" />
<meta name="Description" content="蔬果世界网上商城是由安徽蔬果世界电子商务有限公司研发和投资经营的大型B2C电子商务平台。产品包括蔬菜,水果,鲜肉,冷冻肉,牛奶,蛋类,海产品,粮油副食等9大类300个小类,近万种商品。蔬果世界网上商城为您量身打造有机,天然,高品质网上食品超市新体验。。" />
<meta http-equiv=“X-UA-Compatible” content=“IE=5; IE=8″ />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta property="qc:admins" content="144022651163057573012156375" />
<title>蔬果世界网上蔬菜食品上超市 </title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link rel="alternate" type="application/rss+xml" title="RSS|蔬果世界网上蔬菜食品上超市 " href="feed.php" />
<link rel="stylesheet" href="themes/68ecshopcom_360buy/css/index.css">
<link rel="stylesheet" type="text/css" href="themes/68ecshopcom_360buy/css/68ecshop_commin.css" />
<script type="text/javascript" src="themes/68ecshopcom_360buy/js/jquery-lazyload.js" ></script>
<script type="text/javascript" src="themes/68ecshopcom_360buy/js/jqueryAll.index.min.js"></script>
<script type="text/javascript" src="themes/68ecshopcom_360buy/js/jump.js"></script>
<script type="text/javascript">
$(function(){
$(".brand-wall-content img").each(function(k,img){
new JumpObj(img,10);
});
});
var compare_no_goods = "您没有选定任何需要比较的商品或者比较的商品数少于 2 个。";
var btn_buy = "购买";
var is_cancel = "取消";
var select_spe = "请选择商品属性";
</script>
<script type="text/javascript" src="js/jquery.json.js"></script><script type="text/javascript" src="js/transport.js"></script><script type="text/javascript" src="js/common.js"></script><script type="text/javascript" src="js/index.js"></script></head>
<body>
<div id="site-nav">
<script type="text/javascript">
var process_request = "正在处理您的请求...";
</script>
<div id="sn-bd">
<div class="sn-container">
<script type="text/javascript" src="js/utils.js"></script><script type="text/javascript" src="js/common.min.js"></script> <font id="login-info" class="sn-login-info">
554fcae493e564ee0dc75bdf2ebf94camember_info|a:1:{s:4:"name";s:11:"member_info";}554fcae493e564ee0dc75bdf2ebf94ca </font>
<ul class="sn-quick-menu">
<li class="sn-mytaobao menu-item j_MyTaobao">
<div class="sn-menu">
<a aria-haspopup="menu-2" tabindex="0" class="menu-hd" href="user.php" target="_top" rel="nofollow">我的信息<b></b></a>
<div id="menu-2" class="menu-bd">
<div class="menu-bd-panel" id="myTaobaoPanel">
<a href="user.php?act=order_list" target="_top" rel="nofollow">已买到的宝贝</a>
<a href="user.php?act=address_list" target="_top" rel="nofollow">我的地址管理</a>
</div>
</div>
</div>
</li>
<li class="sn-mybrand">
<a target="_top" id="J_SnMyBrand" class="sn-mybrand-link mui-global-iconfont" href="user.php?act=follow_shop">我关注的店铺</a>
</li>
<li class="sn-cart mini-cart menu">
<a id="mc-menu-hd" class="sn-cart-link mui-global-iconfont" href="flow.php" target="_top" rel="nofollow">购物车</a>
</li>
<li class="sn-favorite menu-item">
<div class="sn-menu">
<a aria-haspopup="menu-4" tabindex="0" class="menu-hd" href="user.php?act=collection_list" target="_top" rel="nofollow">收藏夹<b></b></a>
<div id="menu-4" class="menu-bd">
<div class="menu-bd-panel">
<a href="user.php?act=collection_list" target="_top" rel="nofollow">收藏的宝贝</a>
<a href="user.php?act=follow_shop" target="_top" rel="nofollow">收藏的店铺</a>
</div>
</div>
</div>
</li>
<li class="sn-separator"></li>
<script type="text/javascript">
function show_qcord(){
var qs=document.getElementById('sn-qrcode');
qs.style.display="block";
}
function hide_qcord(){
var qs=document.getElementById('sn-qrcode');
qs.style.display="none";
}
</script>
<li class="menu-item" style="display:none;">
<div class="sn-menu">
<a aria-haspopup="menu-6" tabindex="0" class="menu-hd sn-mobile-link" href="" target="_top">手机版<b></b></a>
<div class="menu-bd sn-qrcode" id="menu-5">
<ul>
<li class="app_xiazai">
<a href="#" target="_top" class="app_store"></a>
<img src="themes/68ecshopcom_360buy/images/app.jpg" alt="手机客户端" width="76px" height="76px" />
</li>
<li class="app_xiazai1">
<a href="#" target="_top" class="app_android"></a>
<img src="themes/68ecshopcom_360buy/images/android.jpg" alt="手机客户端" width="76px" height="76px" />
</li>
</ul>
</div>
</div>
</li>
<li class="sn-seller menu-item">
<div class="sn-menu J_DirectPromo">
<a aria-haspopup="menu-6" tabindex="0" class="menu-hd" href="" target="_top">商家支持<b></b></a>
<div class="menu-bd" id="menu-6">
<ul>
<li>
<h3>商家:</h3>
<a href="help.php?id=9" >售后流程</a>
<a href="help.php?id=10" >购物流程</a>
<a href="help.php?id=11" >订购方式</a>
<a href="help.php?id=18" >常见问题</a>
</li>
<li>
<h3>帮助:</h3>
<a href="help.php" target="_top" title="帮助中心">帮助中心</a>
</li>
</ul>
</div>
</li>
<li class="sn-sitemap" style="display:none;">
<div class="sn-menu">
<h3 class="menu-hd" tabindex="0" aria-haspopup="menu-8"><span class="sn-site-link">网站导航</span><b></b></h3>
<div class="menu-bd sn-sitemap-bd" id="menu-8">
<div class="site-cont site-hot">
<h2>热点推荐<span>Hot</span></h2>
<ul class="site-list">
<li><a href="">ecshop介绍 </a></li>
<li><a href="">ecshop下载 </a></li>
<li><a href="">ecshop补丁 </a></li>
<li><a href="">ecshop商业授权 </a></li>
<li><a href="">ecshop二次开发 </a></li>
<li><a href="">ecshop模板定制 </a></li>
</ul>
</div>
<div class="site-cont site-market">
<h2>行业市场<span>Market</span></h2>
<ul class="site-list">
<li><a href="">ecshop商业模板 </a></li>
<li><a href="">ecshop免费模板 </a></li>
<li><a href="">ecshop插件 </a></li>
<li><a href="">ecshop一站开店 </a></li>
<li><a href="">ecshop主机域名 </a></li>
<li><a href="">ecshop服务套餐 </a></li>
</ul>
</div>
<div class="site-cont site-brand">
<h2>优店风尚<span>Stores</span></h2>
<ul class="site-list">
<li><a href="">ecshop手机端 </a></li>
<li><a href="">ecshop微商城 </a></li>
<li><a href="">ecshop小京东 </a></li>
<li><a href="">ecshop视觉营销 </a></li>
<li><a href="">ecshop高端模板 </a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<script>
header_login();
function header_login()
{
Ajax.call('login_act_ajax.php', '', loginactResponse, 'GET', 'JSON', '1', '1');
}
function loginactResponse(result)
{
var MEMBERZONE =document.getElementById('login-info');
MEMBERZONE.innerHTML= result.memberinfo;
}
</script>
<div id="header">
<div class="headerLayout">
<div class="headerCon ">
<h1 id="mallLogo" class="mall-logo">
<a href="#" class="header-logo" title="logo"><img src="themes/68ecshopcom_360buy/images/header/logo.jpg" /></a>
</h1>
<div class="header-extra">
<div class="header-banner">
<a href="#1" title="七天包退"></a>
<a href="#2" title="正品保障"></a>
<a href="#3" title="闪电发货"></a>
</div>
<script src="themes/68ecshopcom_360buy/images/page.js" type="text/javascript"></script>
<div id="mallSearch" class="mall-search" style="position:relative; z-index:999999999; overflow:visible;">
<div id="search_tips" style="display:none;"></div>
<ul class="search-type clearfix">
<li class="cur" num="0">宝贝</li>
<li num="1">店铺</li>
</ul>
<form class="mallSearch-form" method="get" name="searchForm" id="searchForm" action="search.php" onSubmit="return checkSearchForm()">
<input type='hidden' name='type' id="searchtype" value="0">
<fieldset>
<legend>搜索</legend>
<div class="mallSearch-input clearfix">
<div id="s-combobox-135" class="s-combobox">
<div class="s-combobox-input-wrap">
<input aria-haspopup="true" role="combobox" class="s-combobox-input" name="keywords" id="keyword" tabindex="9" accesskey="s" οnkeyup="STip(this.value, event);" autocomplete="off" value="请输入关键词" onFocus="if(this.value=='请输入关键词'){this.value='';}else{this.value=this.value;}" onBlur="if(this.value=='')this.value='请输入关键词'" type="text">
</div>
</div>
<input type="submit" value="搜索" class="button" >
</div>
</fieldset>
</form>
<ul class="hot-query" >
<li style="border-left: none;">
<a href="search.php?keywords=%E9%9B%B6%E9%A3%9F" title="零食">零食</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="globa-nav">
<div class="w">
<div class="allGoodsCat Left" >
<a href="catalog.php" class="menuEvent" title="查看全部商品分类"><strong class="catName">全部商品分类</strong><i></i></a>
</div>
<ul class="allMenu Left">
<li ><a class="index nav" href="index.php" title="首页">首页</a></li>
<li><a href="stores.php" class="nav " title="店铺街" >店铺街</a></li>
<li><a href="pro_search.php?intro=promotion" class="nav " title="团购" >团购</a></li>
<li><a href="pre_sale.php" class="nav " title="预售" >预售</a></li>
<li><a href="auction.php" class="nav " title="拍卖" >拍卖</a></li>
<li><a href="exchange.php" class="nav " title="积分商城" >积分商城</a></li>
<li><a href="activity.php" class="nav " title="优惠活动" >优惠活动</a></li>
<li><a href="scan.php" class="nav " title="智能扫货" >智能扫货</a></li>
<li><a href="article_list.php" class="nav " title="资讯" >资讯</a></li>
</ul> </div>
</div>
<script type="text/javascript">function _show_(h,b){if(!h){return;}if(b&&b.source&&b.target){var d=(typeof b.source=="string")?M.$("#"+b.source):b.source;var e=(typeof b.target=="string")?M.$("#"+b.target):b.target;if(d&&e&&!e.isDone){e.innerHTML=d.value;d.parentNode.removeChild(d);if(typeof b.callback=="function"){b.callback();}e.isDone=true;}}M.addClass(h,"hover");if(b&&b.isLazyLoad&&h.isDone){var g=h.find("img");for(var a=0,c=g.length;a<c;a++){var f=g[a].getAttribute("data-src_index_menu");if(f){g[a].setAttribute("src",f);g[a].removeAttribute("data-src_index_menu");}}h.isDone=true;}}function _hide_(a){if(!a){return;}if(a.className.indexOf("hover")>-1){M.removeClass(a,"hover");}}</script>
<div class="w">
<div class="all_cat" style="background: #ffffff;filter: alpha(Opacity=80);background-color: rgba(255,255,255,.8);">
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_1','target':'JS_side_cat_list_1'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat1 Left">
<a href="category.php?id=1" target="_blank" title="进入蔬菜水果频道">蔬菜水果</a>
</strong>
<p>
<a href="category.php?id=14" target="_blank" title="新鲜蔬菜">新鲜蔬菜</a>
<a href="category.php?id=13" target="_blank" title="新鲜水果">新鲜水果</a>
<a href="category.php?id=399" target="_blank" title="进口水果">进口水果</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_1" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=14" target="_blank" title="新鲜蔬菜">新鲜蔬菜:</a>
</div>
<div class="link1">
<a href="category.php?id=20" target="_blank" title="茄果类">茄果类</a>
<a href="category.php?id=17" target="_blank" title="叶菜类">叶菜类</a>
<a href="category.php?id=21" target="_blank" title="根茎类">根茎类</a>
<a href="category.php?id=22" target="_blank" title="菌菇类">菌菇类</a>
<a href="category.php?id=18" target="_blank" title="葱蒜类">葱蒜类</a>
<a href="category.php?id=15" target="_blank" title="莲藕">莲藕</a>
<a href="category.php?id=19" target="_blank" title="山药">山药</a>
<a href="category.php?id=16" target="_blank" title="豆角类">豆角类</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=13" target="_blank" title="新鲜水果">新鲜水果:</a>
</div>
<div class="link1">
<a href="category.php?id=28" target="_blank" title="梨/凤梨">梨/凤梨</a>
<a href="category.php?id=26" target="_blank" title="奇异果/猕猴桃">奇异果/猕猴桃</a>
<a href="category.php?id=25" target="_blank" title="柚子">柚子</a>
<a href="category.php?id=29" target="_blank" title="葡萄/提子">葡萄/提子</a>
<a href="category.php?id=30" target="_blank" title="柠檬">柠檬</a>
<a href="category.php?id=24" target="_blank" title="苹果/蛇果">苹果/蛇果</a>
<a href="category.php?id=27" target="_blank" title="石榴">石榴</a>
<a href="category.php?id=389" target="_blank" title="木瓜">木瓜</a>
<a href="category.php?id=390" target="_blank" title="榴莲">榴莲</a>
<a href="category.php?id=391" target="_blank" title="香蕉">香蕉</a>
<a href="category.php?id=395" target="_blank" title="柑/橘/桔/橙">柑/橘/桔/橙</a>
<a href="category.php?id=393" target="_blank" title="菠萝">菠萝</a>
<a href="category.php?id=396" target="_blank" title="椰子/椰青">椰子/椰青</a>
<a href="category.php?id=397" target="_blank" title="龙眼/桂圆">龙眼/桂圆</a>
<a href="category.php?id=398" target="_blank" title="火龙果">火龙果</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=399" target="_blank" title="进口水果">进口水果:</a>
</div>
<div class="link1">
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=125&cat=1">玉米</a></li>
<li><a target="_blank" href="brand.php?id=142&cat=1">白玉菇</a></li>
<li><a target="_blank" href="brand.php?id=138&cat=1">苦瓜</a></li>
<li><a target="_blank" href="brand.php?id=129&cat=1">黄瓜</a></li>
<li><a target="_blank" href="brand.php?id=139&cat=1">黄秋葵</a></li>
<li><a target="_blank" href="brand.php?id=134&cat=1">卷心菜</a></li>
<li><a target="_blank" href="brand.php?id=133&cat=1">香芹</a></li>
<li><a target="_blank" href="brand.php?id=132&cat=1">茄子</a></li>
<li><a target="_blank" href="brand.php?id=131&cat=1">圆椒</a></li>
<li><a target="_blank" href="brand.php?id=130&cat=1">尖椒</a></li>
<li><a target="_blank" href="brand.php?id=137&cat=1">生菜</a></li>
<li><a target="_blank" href="brand.php?id=136&cat=1">娃娃菜</a></li>
<li><a target="_blank" href="brand.php?id=135&cat=1">菠菜</a></li>
<li><a target="_blank" href="brand.php?id=126&cat=1">百合</a></li>
<li><a target="_blank" href="brand.php?id=127&cat=1">樱桃番茄</a></li>
<li><a target="_blank" href="brand.php?id=128&cat=1">花生</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_1" class="hideMap Map_positon1"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_2','target':'JS_side_cat_list_2'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat2 Left">
<a href="category.php?id=2" target="_blank" title="进入肉类禽蛋频道">肉类禽蛋</a>
</strong>
<p>
<a href="category.php?id=60" target="_blank" title="肉类">肉类</a>
<a href="category.php?id=59" target="_blank" title="家禽类">家禽类</a>
<a href="category.php?id=58" target="_blank" title="蛋类">蛋类</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_2" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=60" target="_blank" title="肉类">肉类:</a>
</div>
<div class="link1">
<a href="category.php?id=106" target="_blank" title="猪肉">猪肉</a>
<a href="category.php?id=104" target="_blank" title="羊肉">羊肉</a>
<a href="category.php?id=103" target="_blank" title="牛肉">牛肉</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=59" target="_blank" title="家禽类">家禽类:</a>
</div>
<div class="link1">
<a href="category.php?id=96" target="_blank" title="鸡">鸡</a>
<a href="category.php?id=93" target="_blank" title="散养鸡">散养鸡</a>
<a href="category.php?id=95" target="_blank" title="鸭">鸭</a>
<a href="category.php?id=98" target="_blank" title="散养鸭">散养鸭</a>
<a href="category.php?id=99" target="_blank" title="鹅">鹅</a>
<a href="category.php?id=100" target="_blank" title="散养鹅">散养鹅</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=58" target="_blank" title="蛋类">蛋类:</a>
</div>
<div class="link1">
<a href="category.php?id=90" target="_blank" title="鸡蛋/笨鸡蛋">鸡蛋/笨鸡蛋</a>
<a href="category.php?id=92" target="_blank" title="鸭蛋/笨鸭蛋">鸭蛋/笨鸭蛋</a>
<a href="category.php?id=86" target="_blank" title="鹅蛋/笨鹅蛋">鹅蛋/笨鹅蛋</a>
<a href="category.php?id=89" target="_blank" title="鹌鹑蛋">鹌鹑蛋</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_2" class="hideMap Map_positon2"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_3','target':'JS_side_cat_list_3'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat3 Left">
<a href="category.php?id=3" target="_blank" title="进入食品饮料频道">食品饮料</a>
</strong>
<p>
<a href="category.php?id=113" target="_blank" title="饮料/水">饮料/水</a>
<a href="category.php?id=142" target="_blank" title="牛奶乳品">牛奶乳品</a>
<a href="category.php?id=112" target="_blank" title="酒类">酒类</a>
<a href="category.php?id=111" target="_blank" title="糖果/巧克力">糖果/巧克力</a>
<a href="category.php?id=376" target="_blank" title="肉类/豆干制品零食">肉类/豆干制品零食</a>
<a href="category.php?id=377" target="_blank" title="饼干糕点">饼干糕点</a>
<a href="category.php?id=378" target="_blank" title="冲调保健">冲调保健</a>
<a href="category.php?id=379" target="_blank" title="坚果炒货">坚果炒货</a>
<a href="category.php?id=380" target="_blank" title="蜜饯果干">蜜饯果干</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_3" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=113" target="_blank" title="饮料/水">饮料/水:</a>
</div>
<div class="link1">
<a href="category.php?id=141" target="_blank" title="水">水</a>
<a href="category.php?id=138" target="_blank" title="果蔬饮料">果蔬饮料</a>
<a href="category.php?id=136" target="_blank" title="茶饮料">茶饮料</a>
<a href="category.php?id=139" target="_blank" title="碳酸饮料">碳酸饮料</a>
<a href="category.php?id=140" target="_blank" title="功能饮料">功能饮料</a>
<a href="category.php?id=143" target="_blank" title="即饮咖啡">即饮咖啡</a>
<a href="category.php?id=137" target="_blank" title="酸梅汤">酸梅汤</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=142" target="_blank" title="牛奶乳品">牛奶乳品:</a>
</div>
<div class="link1">
<a href="category.php?id=356" target="_blank" title="常温奶">常温奶</a>
<a href="category.php?id=357" target="_blank" title="乳饮料">乳饮料</a>
<a href="category.php?id=358" target="_blank" title="儿童奶">儿童奶</a>
<a href="category.php?id=359" target="_blank" title="酸奶">酸奶</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=112" target="_blank" title="酒类">酒类:</a>
</div>
<div class="link1">
<a href="category.php?id=360" target="_blank" title="白酒">白酒</a>
<a href="category.php?id=361" target="_blank" title="啤酒">啤酒</a>
<a href="category.php?id=362" target="_blank" title="洋酒">洋酒</a>
<a href="category.php?id=363" target="_blank" title="葡萄酒">葡萄酒</a>
<a href="category.php?id=364" target="_blank" title="黄酒">黄酒</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=111" target="_blank" title="糖果/巧克力">糖果/巧克力:</a>
</div>
<div class="link1">
<a href="category.php?id=128" target="_blank" title="巧克力">巧克力</a>
<a href="category.php?id=125" target="_blank" title="口香糖">口香糖</a>
<a href="category.php?id=131" target="_blank" title="棒棒糖">棒棒糖</a>
<a href="category.php?id=126" target="_blank" title="喜糖">喜糖</a>
<a href="category.php?id=127" target="_blank" title="软糖">软糖</a>
<a href="category.php?id=374" target="_blank" title="奶糖">奶糖</a>
<a href="category.php?id=375" target="_blank" title="果冻">果冻</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=376" target="_blank" title="肉类/豆干制品零食">肉类/豆干制品零食:</a>
</div>
<div class="link1">
<a href="category.php?id=381" target="_blank" title="牛肉/牛肉筋">牛肉/牛肉筋</a>
<a href="category.php?id=382" target="_blank" title="猪肉">猪肉</a>
<a href="category.php?id=383" target="_blank" title="鸡鸭禽">鸡鸭禽</a>
<a href="category.php?id=384" target="_blank" title="凤爪/鸭掌">凤爪/鸭掌</a>
<a href="category.php?id=385" target="_blank" title="豆干">豆干</a>
<a href="category.php?id=386" target="_blank" title="肉松">肉松</a>
<a href="category.php?id=387" target="_blank" title="鱼系列">鱼系列</a>
<a href="category.php?id=388" target="_blank" title="海苔">海苔</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=377" target="_blank" title="饼干糕点">饼干糕点:</a>
</div>
<div class="link1">
<a href="category.php?id=400" target="_blank" title="饼干">饼干</a>
<a href="category.php?id=401" target="_blank" title="曲奇">曲奇</a>
<a href="category.php?id=402" target="_blank" title="糕点">糕点</a>
<a href="category.php?id=403" target="_blank" title="蛋卷">蛋卷</a>
<a href="category.php?id=404" target="_blank" title="面包">面包</a>
<a href="category.php?id=405" target="_blank" title="薯片/膨化">薯片/膨化</a>
<a href="category.php?id=406" target="_blank" title="肉松饼">肉松饼</a>
<a href="category.php?id=407" target="_blank" title="麻花">麻花</a>
<a href="category.php?id=408" target="_blank" title="蛋黄派">蛋黄派</a>
<a href="category.php?id=409" target="_blank" title="沙琪玛">沙琪玛</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=378" target="_blank" title="冲调保健">冲调保健:</a>
</div>
<div class="link1">
<a href="category.php?id=410" target="_blank" title="咖啡">咖啡</a>
<a href="category.php?id=411" target="_blank" title="奶茶">奶茶</a>
<a href="category.php?id=412" target="_blank" title="芝麻糊">芝麻糊</a>
<a href="category.php?id=413" target="_blank" title="茶叶">茶叶</a>
<a href="category.php?id=414" target="_blank" title="营养品">营养品</a>
<a href="category.php?id=415" target="_blank" title="功能保健">功能保健</a>
<a href="category.php?id=416" target="_blank" title="蜂产品">蜂产品</a>
<a href="category.php?id=417" target="_blank" title="麦片">麦片</a>
<a href="category.php?id=418" target="_blank" title="保健礼盒">保健礼盒</a>
<a href="category.php?id=419" target="_blank" title="传统滋补">传统滋补</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=379" target="_blank" title="坚果炒货">坚果炒货:</a>
</div>
<div class="link1">
<a href="category.php?id=420" target="_blank" title="核桃">核桃</a>
<a href="category.php?id=421" target="_blank" title="夏威夷果">夏威夷果</a>
<a href="category.php?id=422" target="_blank" title="碧根果">碧根果</a>
<a href="category.php?id=423" target="_blank" title="开心果">开心果</a>
<a href="category.php?id=424" target="_blank" title="腰果">腰果</a>
<a href="category.php?id=425" target="_blank" title="瓜子">瓜子</a>
<a href="category.php?id=426" target="_blank" title="花生">花生</a>
<a href="category.php?id=427" target="_blank" title="杏仁">杏仁</a>
<a href="category.php?id=428" target="_blank" title="豆类">豆类</a>
<a href="category.php?id=429" target="_blank" title="松子">松子</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=380" target="_blank" title="蜜饯果干">蜜饯果干:</a>
</div>
<div class="link1">
<a href="category.php?id=430" target="_blank" title="果干">果干</a>
<a href="category.php?id=431" target="_blank" title="蔬菜干">蔬菜干</a>
<a href="category.php?id=432" target="_blank" title="枣类">枣类</a>
<a href="category.php?id=433" target="_blank" title="陈皮">陈皮</a>
<a href="category.php?id=434" target="_blank" title="姜片">姜片</a>
<a href="category.php?id=435" target="_blank" title="山楂片/卷">山楂片/卷</a>
<a href="category.php?id=436" target="_blank" title="梅类">梅类</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=124&cat=3">江中</a></li>
<li><a target="_blank" href="brand.php?id=123&cat=3">劲仔</a></li>
<li><a target="_blank" href="brand.php?id=108&cat=3">蒙牛</a></li>
<li><a target="_blank" href="brand.php?id=106&cat=3">可口可乐</a></li>
<li><a target="_blank" href="brand.php?id=109&cat=3">康辉</a></li>
<li><a target="_blank" href="brand.php?id=158&cat=3">恒大</a></li>
<li><a target="_blank" href="brand.php?id=159&cat=3">渔米之乡</a></li>
<li><a target="_blank" href="brand.php?id=160&cat=3">小样</a></li>
<li><a target="_blank" href="brand.php?id=162&cat=3">青岛</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_3" class="hideMap Map_positon3"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_4','target':'JS_side_cat_list_4'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat4 Left">
<a href="category.php?id=4" target="_blank" title="进入粮油副食频道">粮油副食</a>
</strong>
<p>
<a href="category.php?id=146" target="_blank" title="大米面粉">大米面粉</a>
<a href="category.php?id=147" target="_blank" title="菌菇干货">菌菇干货</a>
<a href="category.php?id=144" target="_blank" title="食用油">食用油</a>
<a href="category.php?id=145" target="_blank" title="方便食品">方便食品</a>
<a href="category.php?id=110" target="_blank" title="厨房调料">厨房调料</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_4" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=146" target="_blank" title="大米面粉">大米面粉:</a>
</div>
<div class="link1">
<a href="category.php?id=175" target="_blank" title="大米">大米</a>
<a href="category.php?id=177" target="_blank" title="面粉">面粉</a>
<a href="category.php?id=174" target="_blank" title="粗粮">粗粮</a>
<a href="category.php?id=171" target="_blank" title="豆类">豆类</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=147" target="_blank" title="菌菇干货">菌菇干货:</a>
</div>
<div class="link1">
<a href="category.php?id=167" target="_blank" title="枣类">枣类</a>
<a href="category.php?id=168" target="_blank" title="食用菌">食用菌</a>
<a href="category.php?id=165" target="_blank" title="干菜">干菜</a>
<a href="category.php?id=169" target="_blank" title="海产品">海产品</a>
<a href="category.php?id=166" target="_blank" title="枸杞">枸杞</a>
<a href="category.php?id=164" target="_blank" title="桂圆干/龙眼">桂圆干/龙眼</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=144" target="_blank" title="食用油">食用油:</a>
</div>
<div class="link1">
<a href="category.php?id=152" target="_blank" title="调和油">调和油</a>
<a href="category.php?id=155" target="_blank" title="葵花籽油">葵花籽油</a>
<a href="category.php?id=149" target="_blank" title="玉米油">玉米油</a>
<a href="category.php?id=153" target="_blank" title="豆油">豆油</a>
<a href="category.php?id=150" target="_blank" title="花生油">花生油</a>
<a href="category.php?id=151" target="_blank" title="橄榄油">橄榄油</a>
<a href="category.php?id=154" target="_blank" title="菜油">菜油</a>
<a href="category.php?id=148" target="_blank" title="核桃油">核桃油</a>
<a href="category.php?id=365" target="_blank" title="稻米油">稻米油</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=145" target="_blank" title="方便食品">方便食品:</a>
</div>
<div class="link1">
<a href="category.php?id=161" target="_blank" title="方便面/粉丝">方便面/粉丝</a>
<a href="category.php?id=162" target="_blank" title="蛋制品">蛋制品</a>
<a href="category.php?id=159" target="_blank" title="八宝粥">八宝粥</a>
<a href="category.php?id=156" target="_blank" title="火腿肠">火腿肠</a>
<a href="category.php?id=163" target="_blank" title="罐头食品">罐头食品</a>
<a href="category.php?id=160" target="_blank" title="速食汤">速食汤</a>
<a href="category.php?id=157" target="_blank" title="挂面">挂面</a>
<a href="category.php?id=158" target="_blank" title="米线">米线</a>
<a href="category.php?id=366" target="_blank" title="拉面">拉面</a>
<a href="category.php?id=462" target="_blank" title="面叶">面叶</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=110" target="_blank" title="厨房调料">厨房调料:</a>
</div>
<div class="link1">
<a href="category.php?id=120" target="_blank" title="食用盐">食用盐</a>
<a href="category.php?id=119" target="_blank" title="酱油">酱油</a>
<a href="category.php?id=124" target="_blank" title="醋">醋</a>
<a href="category.php?id=367" target="_blank" title="味精/鸡精">味精/鸡精</a>
<a href="category.php?id=368" target="_blank" title="糖">糖</a>
<a href="category.php?id=369" target="_blank" title="酱菜">酱菜</a>
<a href="category.php?id=370" target="_blank" title="调味酱">调味酱</a>
<a href="category.php?id=371" target="_blank" title="调味料">调味料</a>
<a href="category.php?id=372" target="_blank" title="火锅调料">火锅调料</a>
<a href="category.php?id=373" target="_blank" title="料酒">料酒</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=154&cat=4">祥宝</a></li>
<li><a target="_blank" href="brand.php?id=119&cat=4">豆油</a></li>
<li><a target="_blank" href="brand.php?id=118&cat=4">菜油</a></li>
<li><a target="_blank" href="brand.php?id=153&cat=4">爱家</a></li>
<li><a target="_blank" href="brand.php?id=152&cat=4">诚实人</a></li>
<li><a target="_blank" href="brand.php?id=155&cat=4">申花</a></li>
<li><a target="_blank" href="brand.php?id=156&cat=4">长寿花</a></li>
<li><a target="_blank" href="brand.php?id=157&cat=4">白象</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_4" class="hideMap Map_positon4"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_5','target':'JS_side_cat_list_5'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat5 Left">
<a href="category.php?id=5" target="_blank" title="进入美容洗护频道">美容洗护</a>
</strong>
<p>
<a href="category.php?id=181" target="_blank" title="个人洗护">个人洗护</a>
<a href="category.php?id=180" target="_blank" title="美容护肤">美容护肤</a>
<a href="category.php?id=178" target="_blank" title="口腔护理">口腔护理</a>
<a href="category.php?id=182" target="_blank" title="男士护理">男士护理</a>
<a href="category.php?id=179" target="_blank" title="女性护理">女性护理</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_5" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=181" target="_blank" title="个人洗护">个人洗护:</a>
</div>
<div class="link1">
<a href="category.php?id=213" target="_blank" title="洗发水">洗发水</a>
<a href="category.php?id=212" target="_blank" title="护发素">护发素</a>
<a href="category.php?id=209" target="_blank" title="沐浴露">沐浴露</a>
<a href="category.php?id=210" target="_blank" title="香皂">香皂</a>
<a href="category.php?id=207" target="_blank" title="洗手液">洗手液</a>
<a href="category.php?id=214" target="_blank" title="浴盐/足浴盐">浴盐/足浴盐</a>
<a href="category.php?id=457" target="_blank" title="毛巾">毛巾</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=180" target="_blank" title="美容护肤">美容护肤:</a>
</div>
<div class="link1">
<a href="category.php?id=206" target="_blank" title="洗面奶">洗面奶</a>
<a href="category.php?id=203" target="_blank" title="爽肤水">爽肤水</a>
<a href="category.php?id=200" target="_blank" title="乳液/面霜">乳液/面霜</a>
<a href="category.php?id=204" target="_blank" title="面膜">面膜</a>
<a href="category.php?id=201" target="_blank" title="身体乳">身体乳</a>
<a href="category.php?id=205" target="_blank" title="隔离霜">隔离霜</a>
<a href="category.php?id=202" target="_blank" title="护手霜">护手霜</a>
<a href="category.php?id=199" target="_blank" title="防晒">防晒</a>
<a href="category.php?id=448" target="_blank" title="面部护理套装">面部护理套装</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=178" target="_blank" title="口腔护理">口腔护理:</a>
</div>
<div class="link1">
<a href="category.php?id=188" target="_blank" title="牙膏">牙膏</a>
<a href="category.php?id=190" target="_blank" title="牙刷">牙刷</a>
<a href="category.php?id=185" target="_blank" title="漱口水">漱口水</a>
<a href="category.php?id=189" target="_blank" title="牙线/牙粉">牙线/牙粉</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=182" target="_blank" title="男士护理">男士护理:</a>
</div>
<div class="link1">
<a href="category.php?id=218" target="_blank" title="男士控油">男士控油</a>
<a href="category.php?id=215" target="_blank" title="男士洁面">男士洁面</a>
<a href="category.php?id=219" target="_blank" title="男士乳液/面膜">男士乳液/面膜</a>
<a href="category.php?id=216" target="_blank" title="男士爽肤水">男士爽肤水</a>
<a href="category.php?id=220" target="_blank" title="剃须刀">剃须刀</a>
<a href="category.php?id=217" target="_blank" title="男士私处洗液">男士私处洗液</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=179" target="_blank" title="女性护理">女性护理:</a>
</div>
<div class="link1">
<a href="category.php?id=194" target="_blank" title="卫生巾">卫生巾</a>
<a href="category.php?id=191" target="_blank" title="护垫">护垫</a>
<a href="category.php?id=198" target="_blank" title="私处洗液">私处洗液</a>
<a href="category.php?id=196" target="_blank" title="卫生湿巾">卫生湿巾</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=141&cat=5">拉芳</a></li>
<li><a target="_blank" href="brand.php?id=121&cat=5">舒肤佳</a></li>
<li><a target="_blank" href="brand.php?id=120&cat=5">蜂花</a></li>
<li><a target="_blank" href="brand.php?id=117&cat=5">力士</a></li>
<li><a target="_blank" href="brand.php?id=116&cat=5">清扬</a></li>
<li><a target="_blank" href="brand.php?id=115&cat=5">海飞丝</a></li>
<li><a target="_blank" href="brand.php?id=114&cat=5">潘婷</a></li>
<li><a target="_blank" href="brand.php?id=110&cat=5">云南白药</a></li>
<li><a target="_blank" href="brand.php?id=147&cat=5">兴晨</a></li>
<li><a target="_blank" href="brand.php?id=148&cat=5">爱维</a></li>
<li><a target="_blank" href="brand.php?id=149&cat=5">卡洁</a></li>
<li><a target="_blank" href="brand.php?id=150&cat=5">欧佳洁</a></li>
<li><a target="_blank" href="brand.php?id=145&cat=5">亿恒</a></li>
<li><a target="_blank" href="brand.php?id=146&cat=5">金号</a></li>
<li><a target="_blank" href="brand.php?id=140&cat=5">皮皮狗</a></li>
<li><a target="_blank" href="brand.php?id=163&cat=5">苏菲</a></li>
<li><a target="_blank" href="brand.php?id=164&cat=5">ABC</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_5" class="hideMap Map_positon5"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_6','target':'JS_side_cat_list_6'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat6 Left">
<a href="category.php?id=6" target="_blank" title="进入家庭清洁频道">家庭清洁</a>
</strong>
<p>
<a href="category.php?id=309" target="_blank" title="纸制品/卫生纸">纸制品/卫生纸</a>
<a href="category.php?id=310" target="_blank" title="厨房清洁">厨房清洁</a>
<a href="category.php?id=307" target="_blank" title="衣物清洁剂">衣物清洁剂</a>
<a href="category.php?id=311" target="_blank" title="卫生间清洁">卫生间清洁</a>
<a href="category.php?id=306" target="_blank" title="驱虫驱蚊">驱虫驱蚊</a>
<a href="category.php?id=308" target="_blank" title="衣物护理">衣物护理</a>
<a href="category.php?id=438" target="_blank" title="清洁工具">清洁工具</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_6" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=309" target="_blank" title="纸制品/卫生纸">纸制品/卫生纸:</a>
</div>
<div class="link1">
<a href="category.php?id=338" target="_blank" title="软包抽纸">软包抽纸</a>
<a href="category.php?id=339" target="_blank" title="盒装抽纸">盒装抽纸</a>
<a href="category.php?id=340" target="_blank" title="卷纸">卷纸</a>
<a href="category.php?id=335" target="_blank" title="手帕纸">手帕纸</a>
<a href="category.php?id=336" target="_blank" title="厨房用纸">厨房用纸</a>
<a href="category.php?id=337" target="_blank" title="湿巾">湿巾</a>
<a href="category.php?id=334" target="_blank" title="卫生纸">卫生纸</a>
<a href="category.php?id=341" target="_blank" title="卫生巾">卫生巾</a>
<a href="category.php?id=437" target="_blank" title="尿不湿/尿裤">尿不湿/尿裤</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=310" target="_blank" title="厨房清洁">厨房清洁:</a>
</div>
<div class="link1">
<a href="category.php?id=348" target="_blank" title="洗洁精">洗洁精</a>
<a href="category.php?id=345" target="_blank" title="油污净">油污净</a>
<a href="category.php?id=342" target="_blank" title="生姜洗洁精">生姜洗洁精</a>
<a href="category.php?id=349" target="_blank" title="绿茶洗洁精">绿茶洗洁精</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=307" target="_blank" title="衣物清洁剂">衣物清洁剂:</a>
</div>
<div class="link1">
<a href="category.php?id=324" target="_blank" title="洗衣液">洗衣液</a>
<a href="category.php?id=326" target="_blank" title="洗衣粉">洗衣粉</a>
<a href="category.php?id=323" target="_blank" title="洗衣皂">洗衣皂</a>
<a href="category.php?id=320" target="_blank" title="除菌洗衣液">除菌洗衣液</a>
<a href="category.php?id=322" target="_blank" title="护色洗衣液">护色洗衣液</a>
<a href="category.php?id=327" target="_blank" title="洗内衣">洗内衣</a>
<a href="category.php?id=321" target="_blank" title="洗毛衣羽绒">洗毛衣羽绒</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=311" target="_blank" title="卫生间清洁">卫生间清洁:</a>
</div>
<div class="link1">
<a href="category.php?id=353" target="_blank" title="洁厕液">洁厕液</a>
<a href="category.php?id=355" target="_blank" title="篮泡泡">篮泡泡</a>
<a href="category.php?id=354" target="_blank" title="卫浴清洁">卫浴清洁</a>
<a href="category.php?id=350" target="_blank" title="除臭芳香">除臭芳香</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=306" target="_blank" title="驱虫驱蚊">驱虫驱蚊:</a>
</div>
<div class="link1">
<a href="category.php?id=319" target="_blank" title="驱虫气雾剂">驱虫气雾剂</a>
<a href="category.php?id=316" target="_blank" title="驱蚊">驱蚊</a>
<a href="category.php?id=313" target="_blank" title="杀螨虫">杀螨虫</a>
</div>
</div>
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=308" target="_blank" title="衣物护理">衣物护理:</a>
</div>
<div class="link1">
<a href="category.php?id=330" target="_blank" title="衣物柔顺剂">衣物柔顺剂</a>
<a href="category.php?id=331" target="_blank" title="衣物消毒液">衣物消毒液</a>
<a href="category.php?id=332" target="_blank" title="衣服除菌液">衣服除菌液</a>
<a href="category.php?id=329" target="_blank" title="漂白/彩漂">漂白/彩漂</a>
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=438" target="_blank" title="清洁工具">清洁工具:</a>
</div>
<div class="link1">
<a href="category.php?id=439" target="_blank" title="抹布">抹布</a>
<a href="category.php?id=440" target="_blank" title="钢丝球/锅刷">钢丝球/锅刷</a>
<a href="category.php?id=441" target="_blank" title="拖把">拖把</a>
<a href="category.php?id=442" target="_blank" title="扫把/簸箕">扫把/簸箕</a>
<a href="category.php?id=443" target="_blank" title="家务手套">家务手套</a>
<a href="category.php?id=444" target="_blank" title="脸盆">脸盆</a>
<a href="category.php?id=445" target="_blank" title="垃圾桶">垃圾桶</a>
<a href="category.php?id=446" target="_blank" title="玻璃清洁工具">玻璃清洁工具</a>
<a href="category.php?id=447" target="_blank" title="马桶刷">马桶刷</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=122&cat=6">奥妙</a></li>
<li><a target="_blank" href="brand.php?id=113&cat=6">白猫</a></li>
<li><a target="_blank" href="brand.php?id=107&cat=6">奇强</a></li>
<li><a target="_blank" href="brand.php?id=112&cat=6">奇鸣</a></li>
<li><a target="_blank" href="brand.php?id=151&cat=6">金友</a></li>
<li><a target="_blank" href="brand.php?id=144&cat=6">金纺</a></li>
<li><a target="_blank" href="brand.php?id=143&cat=6">汰渍</a></li>
<li><a target="_blank" href="brand.php?id=165&cat=6">妈咪宝贝</a></li>
<li><a target="_blank" href="brand.php?id=163&cat=6">苏菲</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_6" class="hideMap Map_positon6"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_7','target':'JS_side_cat_list_7'});" οnmοuseοut="_hide_(this);">
<dl class="cat" >
<dt class="catName">
<strong class="cat7 Left">
<a href="category.php?id=7" target="_blank" title="进入当地特产频道">当地特产</a>
</strong>
<p>
<a href="category.php?id=55" target="_blank" title="当地特产">当地特产</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_7" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=55" target="_blank" title="当地特产">当地特产:</a>
</div>
<div class="link1">
<a href="category.php?id=61" target="_blank" title="郜台板鸭">郜台板鸭</a>
<a href="category.php?id=449" target="_blank" title="方集馓子">方集馓子</a>
<a href="category.php?id=450" target="_blank" title="方集香油">方集香油</a>
<a href="category.php?id=451" target="_blank" title="中岗牛肉">中岗牛肉</a>
<a href="category.php?id=452" target="_blank" title="太和贡椿">太和贡椿</a>
<a href="category.php?id=453" target="_blank" title="颍上大米">颍上大米</a>
<a href="category.php?id=455" target="_blank" title="农家粉丝/粉皮">农家粉丝/粉皮</a>
<a href="category.php?id=456" target="_blank" title="芥菜">芥菜</a>
<a href="category.php?id=454" target="_blank" title="阜阳皮丝">阜阳皮丝</a>
<a href="category.php?id=463" target="_blank" title="方集花生">方集花生</a>
<a href="category.php?id=464" target="_blank" title="太和苔干">太和苔干</a>
<a href="category.php?id=465" target="_blank" title="阜阳牛肉">阜阳牛肉</a>
<a href="category.php?id=466" target="_blank" title="王家坝咸鸭蛋">王家坝咸鸭蛋</a>
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
<li><a target="_blank" href="brand.php?id=161&cat=7">汇香</a></li>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_7" class="hideMap Map_positon7"></div>
</div>
<div class="list" οnmοuseοver="_show_(this,{'source':'JS_side_cat_textarea_8','target':'JS_side_cat_list_8'});" οnmοuseοut="_hide_(this);">
<dl class="cat" style="border:none">
<dt class="catName">
<strong class="cat8 Left">
<a href="category.php?id=8" target="_blank" title="进入本地生活频道">本地生活</a>
</strong>
<p>
<a href="category.php?id=223" target="_blank" title="餐饮在线">餐饮在线</a>
<a href="category.php?id=115" target="_blank" title="烘焙在线">烘焙在线</a>
</p>
</dt>
</dl>
<textarea id="JS_side_cat_textarea_8" class="none">
<div class="topMap clearfix">
<div class="subCat clearfix">
<div class="list1 clearfix" >
<div class="cat1">
<a href="category.php?id=223" target="_blank" title="餐饮在线">餐饮在线:</a>
</div>
<div class="link1">
</div>
</div>
<div class="list1 clearfix" style="border:none">
<div class="cat1">
<a href="category.php?id=115" target="_blank" title="烘焙在线">烘焙在线:</a>
</div>
<div class="link1">
</div>
</div>
</div>
<div class="subBrand">
<dl class="categorys-brands">
<dt>推荐品牌</dt>
<dd>
<ul>
</ul>
</dd>
</dl>
</div>
</div>
</textarea>
<div id="JS_side_cat_list_8" class="hideMap Map_positon8"></div>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
function checkSearchForm()
{
if(document.getElementById('keyword').value)
{
var frm = document.getElementById('searchForm');
var type = parseInt(document.getElementById('searchtype').value);
frm.action = type==0 ? 'search.php' : 'stores.php';
return true;
}
else
{
alert("请输入关键词!");
return false;
}
}
function myValue1()
{
document.getElementById('keyword').value = "请输入商品名称或编号...";
}
function myValue2()
{
document.getElementById('keyword').value = "";
}
//]]>
</script>
<div class="blank10"></div>
<script>
/* *
* 清除购物车购买商品数量
*/
function delet(rec_id)
{
var formBuy = document.forms['formCart'];
var domname='goods_number_'+rec_id;
var attr = getSelectedAttributes(document.forms['formCart']);
var qty = parseInt(document.getElementById(domname).innerHTML)==0;
Ajax.call('flow.php', 'step=price&rec_id=' + rec_id + '&number=' + qty, changecartPriceResponse, 'GET', 'JSON');
}
/* *
* 增加购物车购买商品数量
*/
function addcartnum(rec_id)
{
var attr = getSelectedAttributes(document.forms['formCart']);
var domname='goods_number_'+rec_id;
var qty = parseInt(document.getElementById(domname).innerHTML)+1;
Ajax.call('flow.php', 'step=price&rec_id=' + rec_id + '&number=' + qty, changecartPriceResponse, 'GET', 'JSON');
}
/* *
* 减少购买商品数量
*/
function lesscartnum(rec_id)
{
var formBuy = document.forms['formCart'];
var domname='goods_number_'+rec_id;
var attr = getSelectedAttributes(document.forms['formCart']);
var qty = parseInt(document.getElementById(domname).innerHTML)-1;
Ajax.call('flow.php', 'step=price&rec_id=' + rec_id + '&number=' + qty, changecartPriceResponse, 'GET', 'JSON');
}
/**
* 接收返回的信息
*/
function changecartPriceResponse(res)
{
if (res.err_msg.length > 0 )
{
alert(res.err_msg);
}
else
{
var domnum='goods_number_'+res.rec_id;
if(res.qty <= 0){
document.getElementById('CART_INFO').innerHTML = res.content1;
}else{
document.getElementById(domnum).innerHTML = res.qty;
}
document.getElementById('ECS_CARTINFO').innerHTML = res.result;
}
}
function changallser(allser)
{
document.getElementById(allser).className='item fore';
}
</script>
<script>
$('.search-type li').click(function() {
$(this).addClass('cur').siblings().removeClass('cur');
$('#searchtype').val($(this).attr('num'));
});
</script>
<script type="text/javascript">
var process_request = "正在处理您的请求...";
</script> <div class="home-focus-layout">
<ul id="fullScreenSlides" class="full-screen-slides">
<li style=" background:url(data/afficheimg/20151028ghraah.jpg) center no-repeat; display:list-item">
<a href="http://" target="_blank" title=""> </a>
</li>
<li style=" background:url(data/afficheimg/20151028ehuqjn.jpg) center no-repeat;display: none; ">
<a href="http://" target="_blank" title=""> </a>
</li>
<li style=" background:url(data/afficheimg/20151028ogygic.jpg) center no-repeat;display: none; ">
<a href="#" target="_blank" title=""> </a>
</li>
</ul>
<div class="jfocus-trigeminy">
<div class="tm-chaoshi-markets">
<div class="markets">
<p class="row2">
<a href="affiche.php?ad_id=8&uri=" target="_blank" title="首页幻灯片-小图下1"><img data-original="data/afficheimg/1437497920196427586.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="首页幻灯片-小图下1" /></a>
<a href="affiche.php?ad_id=9&uri=" target="_blank" title="首页幻灯片-小图下2" class="row2_2"><img data-original="data/afficheimg/1437497944523762531.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="首页幻灯片-小图下2" /></a>
<a href="affiche.php?ad_id=10&uri=" target="_blank" title="首页幻灯片-小图下3"><img data-original="data/afficheimg/1437497969836917729.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="首页幻灯片-小图下3" /></a>
</p>
</div>
</div>
</div>
<div class="right-sidebar">
<div class="order_type">
<div class="title">三种方式下订单</div>
<ul>
<li>
<i>1</i>访问网站直接下订单
</li>
<li>
<i>2</i>直接拨打电话
<p class="wei_shop">如果在您不方便上网的时候</p>
<p class="phone">152 1568 1973</p>
</li>
<li>
<i>3</i>支持微官网下订单
<div class="wei_shop">
<p style="width:160px;">关注微商城立即赠送<font style="color:#E31939">50</font>积分</p>
<img style="margin-top:20px;" src="themes/68ecshopcom_360buy/images/shengji_ad/weixin.jpg" alt="扫描二维码,关注微商城" />
</div>
</li>
</ul>
</div>
<div class="proclamation">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>招商入驻</h3>
</li>
<li class="">
<h3>商城公告</h3>
</li>
</ul>
<div class="tabs-panel"> <a href="apply_index.php" title="申请商家入驻;已提交申请,可查看当前审核状态。" class="store-join-btn" target="_blank"> </a> <a href="supplier" target="_blank" class="store-join-help"><i class="icon-cog"></i>登录商家管理中心</a> </div>
<div class="tabs-panel tabs-hide">
<ul class="mall-news">
<li><i></i><a target="_blank" href="article.php?id=79" title="商家帮助指南">商家帮助指南 </a> </li>
<li><i></i><a target="_blank" href="article.php?id=78" title="供货商(入驻商文章标题)">供货商(入驻商文章标题) </a> </li>
</ul>
</div>
</div>
</div>
</div>
<script type="text/javascript">
function fun(type_id, no_have_val)
{
no_have = (typeof(no_have_val) == "undefined" ? 0 : no_have_val)
Ajax.call('user.php?act=user_bonus', 'id=' + type_id + '&no_have=' + no_have, collectResponse, 'GET', 'JSON');
}
function collectResponse(result)
{
alert(result.message);
}
</script>
<div class="blank5"></div>
<div class="blank5"></div>
<div class="home-sale-layout wrapper">
<div class="left-layout"> <ul class="tabs-nav">
<li class=""><i class="arrow"></i>
<h3>疯狂抢购</h3>
</li>
<li class=""><i class="arrow"></i>
<h3>热销排行</h3>
</li>
<li class=""><i class="arrow"></i>
<h3>商城热卖</h3>
</li>
<li class=""><i class="arrow"></i>
<h3>商城推荐</h3>
</li>
<li class="tabs-selected"><i class="arrow"></i>
<h3>新品上市</h3>
</li>
</ul>
<div class="tabs-panel sale-goods-list tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel sale-goods-list tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel sale-goods-list tabs-hide">
<ul>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 ">【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 "> <img src="images/201510/thumb_img/253_thumb_G_1445908133183.jpg" alt="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 "> </a> </dd>
<dd class="goods-price">商城价: <em>
64.00
</em> </dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=237" title="【蔬果世界】可口可乐出品 冰露纯悦矿物水550ml瓶装特惠 矿泉水">【蔬果世界】可口可乐出品 冰露纯悦矿物水550m...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=237" title="【蔬果世界】可口可乐出品 冰露纯悦矿物水550ml瓶装特惠 矿泉水"> <img src="images/201510/thumb_img/237_thumb_G_1445996991730.jpg" alt="【蔬果世界】可口可乐出品 冰露纯悦矿物水550ml瓶装特惠 矿泉水"> </a> </dd>
<dd class="goods-price">商城价: <em>
1.50
</em> </dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=236" title="【蔬果世界】雪碧柠檬味汽水碳酸饮料300ml*24迷你装大包装 ">【蔬果世界】雪碧柠檬味汽水碳酸饮料300ml*2...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=236" title="【蔬果世界】雪碧柠檬味汽水碳酸饮料300ml*24迷你装大包装 "> <img src="images/201510/thumb_img/236_thumb_G_1445812919416.jpg" alt="【蔬果世界】雪碧柠檬味汽水碳酸饮料300ml*24迷你装大包装 "> </a> </dd>
<dd class="goods-price">商城价: <em>
1.80
</em> </dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=235" title="【蔬果世界】雪碧清爽柠檬味汽水碳酸饮料330ml/罐 可口可乐出品">【蔬果世界】雪碧清爽柠檬味汽水碳酸饮料330ml...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=235" title="【蔬果世界】雪碧清爽柠檬味汽水碳酸饮料330ml/罐 可口可乐出品"> <img src="images/201510/thumb_img/235_thumb_G_1445798712591.jpg" alt="【蔬果世界】雪碧清爽柠檬味汽水碳酸饮料330ml/罐 可口可乐出品"> </a> </dd>
<dd class="goods-price">商城价: <em>
2.20
</em> </dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=238" title="【蔬果世界】雪碧清爽柠檬味汽水500ml/瓶 碳酸饮料 可口可乐出品">【蔬果世界】雪碧清爽柠檬味汽水500ml/瓶 碳...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=238" title="【蔬果世界】雪碧清爽柠檬味汽水500ml/瓶 碳酸饮料 可口可乐出品"> <img src="images/201510/thumb_img/238_thumb_G_1445815712035.jpg" alt="【蔬果世界】雪碧清爽柠檬味汽水500ml/瓶 碳酸饮料 可口可乐出品"> </a> </dd>
<dd class="goods-price">商城价: <em>
2.80
</em> </dd>
</dl>
</li>
</ul>
</div>
<div class="tabs-panel sale-goods-list tabs-hide">
<ul>
<li>
<dl>
<dt class="goods-name"><a target="_blank" href="goods.php?id=497" title="可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8包">可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8...</a></dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=497"> <img src="images/201511/thumb_img/497_thumb_G_1446863306818.jpg" alt="可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8包"> </a></dd>
<dd class="goods-price">商城价:<em>
16.00
</em></dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"><a target="_blank" href="goods.php?id=496" title="舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾">舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾</a></dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=496"> <img src="images/201511/thumb_img/496_thumb_G_1446862193201.jpg" alt="舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾"> </a></dd>
<dd class="goods-price">商城价:<em>
6.00
</em></dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"><a target="_blank" href="goods.php?id=495" title="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P">苏菲 超熟睡立体护围夜用系列 柔棉感 410mm...</a></dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=495"> <img src="images/201511/thumb_img/495_thumb_G_1446838666226.jpg" alt="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P"> </a></dd>
<dd class="goods-price">商城价:<em>
9.00
</em></dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"><a target="_blank" href="goods.php?id=494" title="苏菲 超熟睡夜用 柔棉感系列 350mm×4片">苏菲 超熟睡夜用 柔棉感系列 350mm×4片</a></dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=494"> <img src="images/201511/thumb_img/494_thumb_G_1446838280647.jpg" alt="苏菲 超熟睡夜用 柔棉感系列 350mm×4片"> </a></dd>
<dd class="goods-price">商城价:<em>
8.00
</em></dd>
</dl>
</li>
<li>
<dl>
<dt class="goods-name"><a target="_blank" href="goods.php?id=493" title="妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL16片">妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL1...</a></dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=493"> <img src="images/201511/thumb_img/493_thumb_G_1446837657122.jpg" alt="妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL16片"> </a></dd>
<dd class="goods-price">商城价:<em>
34.50
</em></dd>
</dl>
</li>
</ul>
</div>
<div class="tabs-panel sale-goods-list">
<ul>
<li>
<dl>
<dt class="goods-name"> <a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 ">【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇...</a> </dt>
<dd class="goods-thumb"> <a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 "> <img data-original="images/201510/thumb_img/253_thumb_G_1445908133183.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 "> </a> </dd>
<dd class="goods-price">商城价: <em>
64.00
</em> </dd>
</dl>
</li>
</ul>
</div>
</div>
<div class="right-sidebar">
<div class="title">
<h3><i></i>限时折扣</h3>
</div>
<div id="saleDiscount" class="sale-discount">
<ul>
</ul>
<div class="pagination"><span style="opacity: 0.4;"></span><span style="opacity: 0.4;"></span><span style="opacity: 0.4;"></span><span style="opacity: 1;"></span></div>
<div class="arrow pre" style="opacity: 0;"></div>
<div class="arrow next" style="opacity: 0;"></div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
var a = $("#specialId").children("li");
var b = $(".bf-content");
if($(a).length > 0){
b.css({"display":"block"});
}
else{
b.css({"display":"none"});
}
});
</script>
<div class="bf-content" style="display:none">
<span class="title"></span>
<ul id="specialId" class="bf-ul-content clearfix">
<li class="b"> 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:4:"name";s:3:"ads";s:2:"id";s:1:"1";s:3:"num";s:1:"1";}554fcae493e564ee0dc75bdf2ebf94ca </li>
<li class="b"> 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:4:"name";s:3:"ads";s:2:"id";s:1:"2";s:3:"num";s:1:"1";}554fcae493e564ee0dc75bdf2ebf94ca </li>
<li class="b"> 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:4:"name";s:3:"ads";s:2:"id";s:1:"3";s:3:"num";s:1:"1";}554fcae493e564ee0dc75bdf2ebf94ca </li>
<li class="b"> 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:4:"name";s:3:"ads";s:2:"id";s:1:"4";s:3:"num";s:1:"1";}554fcae493e564ee0dc75bdf2ebf94ca </li>
<li class="b"> 554fcae493e564ee0dc75bdf2ebf94caads|a:3:{s:4:"name";s:3:"ads";s:2:"id";s:1:"5";s:3:"num";s:1:"1";}554fcae493e564ee0dc75bdf2ebf94ca </li>
</ul>
</div>
<div class="blank5"></div>
<div class="floorList">
<div class="floor"> </div>
<script type="text/javascript">
function Move(btn1,btn2,box,btnparent,shu){
var llishu=$(box).first().children().length;
var liwidth=121;
var boxwidth=llishu*liwidth-1;
var shuliang=llishu-shu;
$(box).css('width',''+boxwidth+'px');
var num=0;
$(btn1).click(function(){
num++;
if (num>shuliang) {
num=shuliang;
}
var move=-liwidth*num;
$(this).closest(btnparent).find(box).stop().animate({'left':''+move+'px'},300);
});
$(btn2).click(function(){
num--;
if (num<0) {
num=0;
}
var move=liwidth*num;
$(this).closest(btnparent).find(box).stop().animate({'left':''+-move+'px'},300);
})
}
</script>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-one">
<a href="affiche.php?ad_id=35&uri=" class="j_ItemInfo_tong">
<img data-original="data/afficheimg/1437500451024703742.jpg" src="themes/68ecshopcom_360buy/images/loading1.gif" alt="" height="100" width="1210">
</a>
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
1F
</span>
<a href="category.php?id=1" target="_blank">蔬菜水果</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=17"><b>叶菜类</b></a>
<a href="category.php?id=21"><b>根茎类</b></a>
<a href="category.php?id=28"><b>梨/凤梨</b></a>
<a href="category.php?id=26"><b>奇异果/猕猴桃</b></a>
<a href="category.php?id=25"><b>柚子</b></a>
<a href="category.php?id=30"><b>柠檬</b></a>
<a href="category.php?id=27"><b>石榴</b></a>
</div>
<a href="affiche.php?ad_id=11&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498557902889630.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>新鲜蔬菜</h3>
</li>
<li class="">
<h3>新鲜水果</h3>
</li>
<li class="">
<h3>进口水果</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_389" >
<div class="wrap"> <a target="_blank" href="goods.php?id=389" title="【蔬果世界】精选 莲藕450g 藕 鲜藕"><img data-original="images/201510/thumb_img/389_thumb_G_1446162745418.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 莲藕450g 藕 鲜藕" height="160" width="160" class="pic_img_389"> </a>
<p class="title"><a target="_blank" href="goods.php?id=389" title="【蔬果世界】精选 莲藕450g 藕 鲜藕">【蔬果世界】精选 莲藕450g 藕 鲜藕</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(389)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_388" >
<div class="wrap"> <a target="_blank" href="goods.php?id=388" title="【蔬果世界】精选 白玉菇125g"><img data-original="images/201510/thumb_img/388_thumb_G_1446162532630.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 白玉菇125g" height="160" width="160" class="pic_img_388"> </a>
<p class="title"><a target="_blank" href="goods.php?id=388" title="【蔬果世界】精选 白玉菇125g">【蔬果世界】精选 白玉菇125g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(388)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_387" >
<div class="wrap"> <a target="_blank" href="goods.php?id=387" title="【蔬果世界】精选 蟹味菇125g"><img data-original="images/201510/thumb_img/387_thumb_G_1446162392903.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 蟹味菇125g" height="160" width="160" class="pic_img_387"> </a>
<p class="title"><a target="_blank" href="goods.php?id=387" title="【蔬果世界】精选 蟹味菇125g">【蔬果世界】精选 蟹味菇125g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(387)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_386" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=386" title="【蔬果世界】精选 白双孢菇250g"><img data-original="images/201510/thumb_img/386_thumb_G_1446162217168.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 白双孢菇250g" height="160" width="160" class="pic_img_386"> </a>
<p class="title"><a target="_blank" href="goods.php?id=386" title="【蔬果世界】精选 白双孢菇250g">【蔬果世界】精选 白双孢菇250g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(386)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_384" >
<div class="wrap"> <a target="_blank" href="goods.php?id=384" title="【蔬果世界】 杏鲍菇400g "><img data-original="images/201510/thumb_img/384_thumb_G_1446162033700.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】 杏鲍菇400g " height="160" width="160" class="pic_img_384"> </a>
<p class="title"><a target="_blank" href="goods.php?id=384" title="【蔬果世界】 杏鲍菇400g ">【蔬果世界】 杏鲍菇400g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(384)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_383" >
<div class="wrap"> <a target="_blank" href="goods.php?id=383" title="【蔬果世界】精选 优质香菇250g"><img data-original="images/201510/thumb_img/383_thumb_G_1446161833873.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 优质香菇250g" height="160" width="160" class="pic_img_383"> </a>
<p class="title"><a target="_blank" href="goods.php?id=383" title="【蔬果世界】精选 优质香菇250g">【蔬果世界】精选 优质香菇250g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(383)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_381" >
<div class="wrap"> <a target="_blank" href="goods.php?id=381" title="【蔬果世界】精选 迷你小土豆500g"><img data-original="images/201510/thumb_img/381_thumb_G_1446161296919.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】精选 迷你小土豆500g" height="160" width="160" class="pic_img_381"> </a>
<p class="title"><a target="_blank" href="goods.php?id=381" title="【蔬果世界】精选 迷你小土豆500g">【蔬果世界】精选 迷你小土豆500g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(381)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_380" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=380" title="【蔬果世界】 心里美萝卜500g"><img data-original="images/201510/thumb_img/380_thumb_G_1446161088162.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】 心里美萝卜500g" height="160" width="160" class="pic_img_380"> </a>
<p class="title"><a target="_blank" href="goods.php?id=380" title="【蔬果世界】 心里美萝卜500g">【蔬果世界】 心里美萝卜500g</a></p>
<p class="o-price">0.00</p>
<p class="price"><span class="j_CurPrice">0.00</span></p>
<a class="j_AddCart" οnclick="addToCart(380)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=19&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437498774407314769.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=20&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437498791542281098.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_1 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=1&brand=125" target="_blank" title="玉米">
<img width="100" height="40" src="data/brandlogo/1446429280831985534.jpg" alt="玉米">
</a>
</li>
<li >
<a href="category.php?id=1&brand=134" target="_blank" title="卷心菜">
<img width="100" height="40" src="data/brandlogo/" alt="卷心菜">
</a>
</li>
<li >
<a href="category.php?id=1&brand=127" target="_blank" title="樱桃番茄">
<img width="100" height="40" src="data/brandlogo/" alt="樱桃番茄">
</a>
</li>
<li >
<a href="category.php?id=1&brand=139" target="_blank" title="黄秋葵">
<img width="100" height="40" src="data/brandlogo/" alt="黄秋葵">
</a>
</li>
<li >
<a href="category.php?id=1&brand=136" target="_blank" title="娃娃菜">
<img width="100" height="40" src="data/brandlogo/" alt="娃娃菜">
</a>
</li>
<li >
<a href="category.php?id=1&brand=129" target="_blank" title="黄瓜">
<img width="100" height="40" src="data/brandlogo/" alt="黄瓜">
</a>
</li>
<li >
<a href="category.php?id=1&brand=126" target="_blank" title="百合">
<img width="100" height="40" src="data/brandlogo/" alt="百合">
</a>
</li>
<li >
<a href="category.php?id=1&brand=130" target="_blank" title="尖椒">
<img width="100" height="40" src="data/brandlogo/" alt="尖椒">
</a>
</li>
<li >
<a href="category.php?id=1&brand=137" target="_blank" title="生菜">
<img width="100" height="40" src="data/brandlogo/" alt="生菜">
</a>
</li>
<li >
<a href="category.php?id=1&brand=138" target="_blank" title="苦瓜">
<img width="100" height="40" src="data/brandlogo/" alt="苦瓜">
</a>
</li>
<li >
<a href="category.php?id=1&brand=159" target="_blank" title="渔米之乡">
<img width="100" height="40" src="data/brandlogo/" alt="渔米之乡">
</a>
</li>
<li >
<a href="category.php?id=1&brand=131" target="_blank" title="圆椒">
<img width="100" height="40" src="data/brandlogo/" alt="圆椒">
</a>
</li>
<li >
<a href="category.php?id=1&brand=133" target="_blank" title="香芹">
<img width="100" height="40" src="data/brandlogo/" alt="香芹">
</a>
</li>
<li >
<a href="category.php?id=1&brand=128" target="_blank" title="花生">
<img width="100" height="40" src="data/brandlogo/" alt="花生">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_1" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_1" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_1",".right_1",".yyyy_1",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-two">
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
2F
</span>
<a href="category.php?id=2" target="_blank">肉类禽蛋</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=95"><b>鸭</b></a>
<a href="category.php?id=92"><b>鸭蛋/笨鸭蛋</b></a>
<a href="category.php?id=89"><b>鹌鹑蛋</b></a>
</div>
<a href="affiche.php?ad_id=12&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498339486690622.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>肉类</h3>
</li>
<li class="">
<h3>家禽类</h3>
</li>
<li class="">
<h3>蛋类</h3>
</li>
</ul>
<div class="tabs-panel">
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=21&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437498928420613316.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=22&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437498984255336373.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_2 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
</ul>
<div class="anniu">
<a class="gw_left right_2" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_2" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_2",".right_2",".yyyy_2",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-three">
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
3F
</span>
<a href="category.php?id=3" target="_blank">食品饮料</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=138"><b>果蔬饮料</b></a>
<a href="category.php?id=136"><b>茶饮料</b></a>
<a href="category.php?id=139"><b>碳酸饮料</b></a>
<a href="category.php?id=140"><b>功能饮料</b></a>
<a href="category.php?id=137"><b>酸梅汤</b></a>
<a href="category.php?id=128"><b>巧克力</b></a>
<a href="category.php?id=125"><b>口香糖</b></a>
<a href="category.php?id=126"><b>喜糖</b></a>
<a href="category.php?id=127"><b>软糖</b></a>
</div>
<a href="affiche.php?ad_id=13&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498376873749155.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>饮料/水</h3>
</li>
<li class="">
<h3>牛奶乳品</h3>
</li>
<li class="">
<h3>酒类</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_478" >
<div class="wrap"> <a target="_blank" href="goods.php?id=478" title="【蔬果世界】康辉小美梅樱桃番茄110g"><img data-original="images/201511/thumb_img/478_thumb_G_1446525614532.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】康辉小美梅樱桃番茄110g" height="160" width="160" class="pic_img_478"> </a>
<p class="title"><a target="_blank" href="goods.php?id=478" title="【蔬果世界】康辉小美梅樱桃番茄110g">【蔬果世界】康辉小美梅樱桃番茄110g</a></p>
<p class="o-price">8.00</p>
<p class="price"><span class="j_CurPrice">7.80</span></p>
<a class="j_AddCart" οnclick="addToCart(478)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_476" >
<div class="wrap"> <a target="_blank" href="goods.php?id=476" title="【蔬果世界】康辉小美梅黑糖葡萄130g"><img data-original="images/201511/thumb_img/476_thumb_G_1446525429497.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】康辉小美梅黑糖葡萄130g" height="160" width="160" class="pic_img_476"> </a>
<p class="title"><a target="_blank" href="goods.php?id=476" title="【蔬果世界】康辉小美梅黑糖葡萄130g">【蔬果世界】康辉小美梅黑糖葡萄130g</a></p>
<p class="o-price">8.00</p>
<p class="price"><span class="j_CurPrice">7.80</span></p>
<a class="j_AddCart" οnclick="addToCart(476)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_474" >
<div class="wrap"> <a target="_blank" href="goods.php?id=474" title="【蔬果世界】康辉小美梅黑糖加应予120g"><img data-original="images/201511/thumb_img/474_thumb_G_1446525264213.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】康辉小美梅黑糖加应予120g" height="160" width="160" class="pic_img_474"> </a>
<p class="title"><a target="_blank" href="goods.php?id=474" title="【蔬果世界】康辉小美梅黑糖加应予120g">【蔬果世界】康辉小美梅黑糖加应予120g</a></p>
<p class="o-price">8.00</p>
<p class="price"><span class="j_CurPrice">7.80</span></p>
<a class="j_AddCart" οnclick="addToCart(474)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_473" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=473" title="【蔬果世界】青岛啤酒500ml"><img data-original="images/201511/thumb_img/473_thumb_G_1446525024793.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】青岛啤酒500ml" height="160" width="160" class="pic_img_473"> </a>
<p class="title"><a target="_blank" href="goods.php?id=473" title="【蔬果世界】青岛啤酒500ml">【蔬果世界】青岛啤酒500ml</a></p>
<p class="o-price">4.00</p>
<p class="price"><span class="j_CurPrice">3.50</span></p>
<a class="j_AddCart" οnclick="addToCart(473)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_472" >
<div class="wrap"> <a target="_blank" href="goods.php?id=472" title="【蔬果世界】青岛啤酒500ml*12瓶"><img data-original="images/201511/thumb_img/472_thumb_G_1446524789118.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】青岛啤酒500ml*12瓶" height="160" width="160" class="pic_img_472"> </a>
<p class="title"><a target="_blank" href="goods.php?id=472" title="【蔬果世界】青岛啤酒500ml*12瓶">【蔬果世界】青岛啤酒500ml*12瓶</a></p>
<p class="o-price">40.00</p>
<p class="price"><span class="j_CurPrice">38.00</span></p>
<a class="j_AddCart" οnclick="addToCart(472)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_463" >
<div class="wrap"> <a target="_blank" href="goods.php?id=463" title="【蔬果世界】方集小白鲨香酥花生6*300g"><img data-original="images/201511/thumb_img/463_thumb_G_1446522416117.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】方集小白鲨香酥花生6*300g" height="160" width="160" class="pic_img_463"> </a>
<p class="title"><a target="_blank" href="goods.php?id=463" title="【蔬果世界】方集小白鲨香酥花生6*300g">【蔬果世界】方集小白鲨香酥花生6*300g</a></p>
<p class="o-price">60.00</p>
<p class="price"><span class="j_CurPrice">55.00</span></p>
<a class="j_AddCart" οnclick="addToCart(463)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_461" >
<div class="wrap"> <a target="_blank" href="goods.php?id=461" title="【蔬果世界】康辉黑糖话梅丹60g"><img data-original="images/201511/thumb_img/461_thumb_G_1446521632314.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】康辉黑糖话梅丹60g" height="160" width="160" class="pic_img_461"> </a>
<p class="title"><a target="_blank" href="goods.php?id=461" title="【蔬果世界】康辉黑糖话梅丹60g">【蔬果世界】康辉黑糖话梅丹60g</a></p>
<p class="o-price">6.00</p>
<p class="price"><span class="j_CurPrice">5.80</span></p>
<a class="j_AddCart" οnclick="addToCart(461)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_460" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=460" title="【蔬果世界】康辉蜂蜜柚子丹60g"><img data-original="images/201511/thumb_img/460_thumb_G_1446521499513.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】康辉蜂蜜柚子丹60g" height="160" width="160" class="pic_img_460"> </a>
<p class="title"><a target="_blank" href="goods.php?id=460" title="【蔬果世界】康辉蜂蜜柚子丹60g">【蔬果世界】康辉蜂蜜柚子丹60g</a></p>
<p class="o-price">6.00</p>
<p class="price"><span class="j_CurPrice">5.90</span></p>
<a class="j_AddCart" οnclick="addToCart(460)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
<div class="j_ItemInfo" >
<div class="wrap"> <a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 "><img src="images/201510/thumb_img/253_thumb_G_1445908133183.jpg" alt="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 " height="160" width="160"></a>
<p class="title"><a target="_blank" href="goods.php?id=253" title="【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇香新贵族 贵在优蛋白 ">【蔬果世界】蒙牛特仑苏牛奶250ml*12盒 醇...</a></p>
<p class="o-price">76.80</p>
<p class="price"><span class="j_CurPrice">64.00</span></p>
<a class="j_AddCart" οnclick="addToCart(253)" title="加入购物车"></a> </div>
</div>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=23&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499098183223299.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=24&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499126023834343.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_3 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=3&brand=123" target="_blank" title="劲仔">
<img width="100" height="40" src="data/brandlogo/1446429064696978025.jpg" alt="劲仔">
</a>
</li>
<li >
<a href="category.php?id=3&brand=106" target="_blank" title="可口可乐">
<img width="100" height="40" src="data/brandlogo/1446421384885472790.jpg" alt="可口可乐">
</a>
</li>
<li >
<a href="category.php?id=3&brand=124" target="_blank" title="江中">
<img width="100" height="40" src="data/brandlogo/1446429200474321987.jpg" alt="江中">
</a>
</li>
<li >
<a href="category.php?id=3&brand=109" target="_blank" title="康辉">
<img width="100" height="40" src="data/brandlogo/1446423320882266227.jpg" alt="康辉">
</a>
</li>
<li >
<a href="category.php?id=3&brand=108" target="_blank" title="蒙牛">
<img width="100" height="40" src="data/brandlogo/1446422743180984000.jpg" alt="蒙牛">
</a>
</li>
<li >
<a href="category.php?id=3&brand=160" target="_blank" title="小样">
<img width="100" height="40" src="data/brandlogo/" alt="小样">
</a>
</li>
<li >
<a href="category.php?id=3&brand=159" target="_blank" title="渔米之乡">
<img width="100" height="40" src="data/brandlogo/" alt="渔米之乡">
</a>
</li>
<li >
<a href="category.php?id=3&brand=158" target="_blank" title="恒大">
<img width="100" height="40" src="data/brandlogo/" alt="恒大">
</a>
</li>
<li >
<a href="category.php?id=3&brand=162" target="_blank" title="青岛">
<img width="100" height="40" src="data/brandlogo/" alt="青岛">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_3" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_3" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_3",".right_3",".yyyy_3",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-four">
<a href="affiche.php?ad_id=36&uri=" class="j_ItemInfo_tong">
<img data-original="data/afficheimg/1437500501794038732.jpg" src="themes/68ecshopcom_360buy/images/loading1.gif" alt="" height="100" width="1210">
</a>
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
4F
</span>
<a href="category.php?id=4" target="_blank">粮油副食</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=168"><b>食用菌</b></a>
<a href="category.php?id=165"><b>干菜</b></a>
<a href="category.php?id=169"><b>海产品</b></a>
<a href="category.php?id=166"><b>枸杞</b></a>
<a href="category.php?id=164"><b>桂圆干/龙眼</b></a>
<a href="category.php?id=149"><b>玉米油</b></a>
<a href="category.php?id=153"><b>豆油</b></a>
<a href="category.php?id=154"><b>菜油</b></a>
<a href="category.php?id=156"><b>火腿肠</b></a>
</div>
<a href="affiche.php?ad_id=14&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498403240204298.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>大米面粉</h3>
</li>
<li class="">
<h3>菌菇干货</h3>
</li>
<li class="">
<h3>食用油</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_436" >
<div class="wrap"> <a target="_blank" href="goods.php?id=436" title="【蔬果世界】白象珍骨汤香辣猪骨面117g"><img data-original="images/201511/thumb_img/436_thumb_G_1446441349288.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象珍骨汤香辣猪骨面117g" height="160" width="160" class="pic_img_436"> </a>
<p class="title"><a target="_blank" href="goods.php?id=436" title="【蔬果世界】白象珍骨汤香辣猪骨面117g">【蔬果世界】白象珍骨汤香辣猪骨面117g</a></p>
<p class="o-price">2.40</p>
<p class="price"><span class="j_CurPrice">2.00</span></p>
<a class="j_AddCart" οnclick="addToCart(436)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_437" >
<div class="wrap"> <a target="_blank" href="goods.php?id=437" title="【蔬果世界】白象珍骨汤原汁猪骨面117g"><img data-original="images/201511/thumb_img/437_thumb_G_1446441524399.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象珍骨汤原汁猪骨面117g" height="160" width="160" class="pic_img_437"> </a>
<p class="title"><a target="_blank" href="goods.php?id=437" title="【蔬果世界】白象珍骨汤原汁猪骨面117g">【蔬果世界】白象珍骨汤原汁猪骨面117g</a></p>
<p class="o-price">2.40</p>
<p class="price"><span class="j_CurPrice">2.00</span></p>
<a class="j_AddCart" οnclick="addToCart(437)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_438" >
<div class="wrap"> <a target="_blank" href="goods.php?id=438" title="【蔬果世界】白象珍骨汤酸笋猪骨面"><img data-original="images/201511/thumb_img/438_thumb_G_1446441726013.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象珍骨汤酸笋猪骨面" height="160" width="160" class="pic_img_438"> </a>
<p class="title"><a target="_blank" href="goods.php?id=438" title="【蔬果世界】白象珍骨汤酸笋猪骨面">【蔬果世界】白象珍骨汤酸笋猪骨面</a></p>
<p class="o-price">2.40</p>
<p class="price"><span class="j_CurPrice">2.00</span></p>
<a class="j_AddCart" οnclick="addToCart(438)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_427" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=427" title="【蔬果世界】白象老母鸡汤面104g"><img data-original="images/201511/thumb_img/427_thumb_G_1446438741433.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象老母鸡汤面104g" height="160" width="160" class="pic_img_427"> </a>
<p class="title"><a target="_blank" href="goods.php?id=427" title="【蔬果世界】白象老母鸡汤面104g">【蔬果世界】白象老母鸡汤面104g</a></p>
<p class="o-price">2.00</p>
<p class="price"><span class="j_CurPrice">1.90</span></p>
<a class="j_AddCart" οnclick="addToCart(427)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_428" >
<div class="wrap"> <a target="_blank" href="goods.php?id=428" title="【蔬果世界】白象大辣娇老坛酸菜牛肉面125g"><img data-original="images/201511/thumb_img/428_thumb_G_1446438981809.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象大辣娇老坛酸菜牛肉面125g" height="160" width="160" class="pic_img_428"> </a>
<p class="title"><a target="_blank" href="goods.php?id=428" title="【蔬果世界】白象大辣娇老坛酸菜牛肉面125g">【蔬果世界】白象大辣娇老坛酸菜牛肉面125g</a></p>
<p class="o-price">3.50</p>
<p class="price"><span class="j_CurPrice">3.40</span></p>
<a class="j_AddCart" οnclick="addToCart(428)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_429" >
<div class="wrap"> <a target="_blank" href="goods.php?id=429" title="【蔬果世界】白象老母鸡汤面85g"><img data-original="images/201511/thumb_img/429_thumb_G_1446439217848.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象老母鸡汤面85g" height="160" width="160" class="pic_img_429"> </a>
<p class="title"><a target="_blank" href="goods.php?id=429" title="【蔬果世界】白象老母鸡汤面85g">【蔬果世界】白象老母鸡汤面85g</a></p>
<p class="o-price">4.00</p>
<p class="price"><span class="j_CurPrice">3.90</span></p>
<a class="j_AddCart" οnclick="addToCart(429)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_430" >
<div class="wrap"> <a target="_blank" href="goods.php?id=430" title="【蔬果世界】白象珍骨汤香辣猪骨面85g"><img data-original="images/201511/thumb_img/430_thumb_G_1446439441218.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】白象珍骨汤香辣猪骨面85g" height="160" width="160" class="pic_img_430"> </a>
<p class="title"><a target="_blank" href="goods.php?id=430" title="【蔬果世界】白象珍骨汤香辣猪骨面85g">【蔬果世界】白象珍骨汤香辣猪骨面85g</a></p>
<p class="o-price">4.00</p>
<p class="price"><span class="j_CurPrice">3.90</span></p>
<a class="j_AddCart" οnclick="addToCart(430)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_431" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=431" title="【蔬果世界】红烧牛肉面109g"><img data-original="images/201511/thumb_img/431_thumb_G_1446439626352.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】红烧牛肉面109g" height="160" width="160" class="pic_img_431"> </a>
<p class="title"><a target="_blank" href="goods.php?id=431" title="【蔬果世界】红烧牛肉面109g">【蔬果世界】红烧牛肉面109g</a></p>
<p class="o-price">3.50</p>
<p class="price"><span class="j_CurPrice">3.40</span></p>
<a class="j_AddCart" οnclick="addToCart(431)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=25&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499176310430695.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=26&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499198350755312.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_4 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=4&brand=118" target="_blank" title="菜油">
<img width="100" height="40" src="data/brandlogo/1446428024328619223.jpg" alt="菜油">
</a>
</li>
<li >
<a href="category.php?id=4&brand=119" target="_blank" title="豆油">
<img width="100" height="40" src="data/brandlogo/1446428349119429389.jpg" alt="豆油">
</a>
</li>
<li >
<a href="category.php?id=4&brand=154" target="_blank" title="祥宝">
<img width="100" height="40" src="data/brandlogo/1446421528843041919.jpg" alt="祥宝">
</a>
</li>
<li >
<a href="category.php?id=4&brand=156" target="_blank" title="长寿花">
<img width="100" height="40" src="data/brandlogo/" alt="长寿花">
</a>
</li>
<li >
<a href="category.php?id=4&brand=152" target="_blank" title="诚实人">
<img width="100" height="40" src="data/brandlogo/" alt="诚实人">
</a>
</li>
<li >
<a href="category.php?id=4&brand=157" target="_blank" title="白象">
<img width="100" height="40" src="data/brandlogo/" alt="白象">
</a>
</li>
<li >
<a href="category.php?id=4&brand=155" target="_blank" title="申花">
<img width="100" height="40" src="data/brandlogo/" alt="申花">
</a>
</li>
<li >
<a href="category.php?id=4&brand=153" target="_blank" title="爱家">
<img width="100" height="40" src="data/brandlogo/" alt="爱家">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_4" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_4" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_4",".right_4",".yyyy_4",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-five">
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
5F
</span>
<a href="category.php?id=5" target="_blank">美容洗护</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=203"><b>爽肤水</b></a>
<a href="category.php?id=201"><b>身体乳</b></a>
<a href="category.php?id=199"><b>防晒</b></a>
<a href="category.php?id=194"><b>卫生巾</b></a>
<a href="category.php?id=191"><b>护垫</b></a>
<a href="category.php?id=196"><b>卫生湿巾</b></a>
</div>
<a href="affiche.php?ad_id=15&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498451453717980.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>个人洗护</h3>
</li>
<li class="">
<h3>美容护肤</h3>
</li>
<li class="">
<h3>口腔护理</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_495" >
<div class="wrap"> <a target="_blank" href="goods.php?id=495" title="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P"><img data-original="images/201511/thumb_img/495_thumb_G_1446838666226.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P" height="160" width="160" class="pic_img_495"> </a>
<p class="title"><a target="_blank" href="goods.php?id=495" title="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P">苏菲 超熟睡立体护围夜用系列 柔棉感 410mm...</a></p>
<p class="o-price">9.50</p>
<p class="price"><span class="j_CurPrice">9.00</span></p>
<a class="j_AddCart" οnclick="addToCart(495)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_494" >
<div class="wrap"> <a target="_blank" href="goods.php?id=494" title="苏菲 超熟睡夜用 柔棉感系列 350mm×4片"><img data-original="images/201511/thumb_img/494_thumb_G_1446838280647.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 超熟睡夜用 柔棉感系列 350mm×4片" height="160" width="160" class="pic_img_494"> </a>
<p class="title"><a target="_blank" href="goods.php?id=494" title="苏菲 超熟睡夜用 柔棉感系列 350mm×4片">苏菲 超熟睡夜用 柔棉感系列 350mm×4片</a></p>
<p class="o-price">8.50</p>
<p class="price"><span class="j_CurPrice">8.00</span></p>
<a class="j_AddCart" οnclick="addToCart(494)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_492" >
<div class="wrap"> <a target="_blank" href="goods.php?id=492" title="ABC日用卫生巾8片装K13 棉柔表层0.1cm超极薄240MM含KMS健康配方"><img data-original="images/201511/thumb_img/492_thumb_G_1446836714056.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="ABC日用卫生巾8片装K13 棉柔表层0.1cm超极薄240MM含KMS健康配方" height="160" width="160" class="pic_img_492"> </a>
<p class="title"><a target="_blank" href="goods.php?id=492" title="ABC日用卫生巾8片装K13 棉柔表层0.1cm超极薄240MM含KMS健康配方">ABC日用卫生巾8片装K13 棉柔表层0.1cm...</a></p>
<p class="o-price">11.00</p>
<p class="price"><span class="j_CurPrice">10.50</span></p>
<a class="j_AddCart" οnclick="addToCart(492)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_486" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=486" title="【蔬果世界】ABC卫生巾 亲柔立围夜用超薄棉柔排湿表层8片(含KMS健康配方)K84"><img data-original="images/201511/thumb_img/486_thumb_G_1446831332386.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】ABC卫生巾 亲柔立围夜用超薄棉柔排湿表层8片(含KMS健康配方)K84" height="160" width="160" class="pic_img_486"> </a>
<p class="title"><a target="_blank" href="goods.php?id=486" title="【蔬果世界】ABC卫生巾 亲柔立围夜用超薄棉柔排湿表层8片(含KMS健康配方)K84">【蔬果世界】ABC卫生巾 亲柔立围夜用超薄棉柔排...</a></p>
<p class="o-price">12.00</p>
<p class="price"><span class="j_CurPrice">11.50</span></p>
<a class="j_AddCart" οnclick="addToCart(486)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_491" >
<div class="wrap"> <a target="_blank" href="goods.php?id=491" title="ABC卫生巾K14棉柔表层护翼超级薄夜用8片KMS配方长280CM正品"><img data-original="images/201511/thumb_img/491_thumb_G_1446836332320.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="ABC卫生巾K14棉柔表层护翼超级薄夜用8片KMS配方长280CM正品" height="160" width="160" class="pic_img_491"> </a>
<p class="title"><a target="_blank" href="goods.php?id=491" title="ABC卫生巾K14棉柔表层护翼超级薄夜用8片KMS配方长280CM正品">ABC卫生巾K14棉柔表层护翼超级薄夜用8片KM...</a></p>
<p class="o-price">12.00</p>
<p class="price"><span class="j_CurPrice">11.50</span></p>
<a class="j_AddCart" οnclick="addToCart(491)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_490" >
<div class="wrap"> <a target="_blank" href="goods.php?id=490" title="SOFY/苏菲护垫零敏肌丝薄柔滑日用护垫透气舒适清香型20+4片140mm "><img data-original="images/201511/thumb_img/490_thumb_G_1446834303064.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="SOFY/苏菲护垫零敏肌丝薄柔滑日用护垫透气舒适清香型20+4片140mm " height="160" width="160" class="pic_img_490"> </a>
<p class="title"><a target="_blank" href="goods.php?id=490" title="SOFY/苏菲护垫零敏肌丝薄柔滑日用护垫透气舒适清香型20+4片140mm ">SOFY/苏菲护垫零敏肌丝薄柔滑日用护垫透气舒适...</a></p>
<p class="o-price">5.00</p>
<p class="price"><span class="j_CurPrice">3.80</span></p>
<a class="j_AddCart" οnclick="addToCart(490)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_489" >
<div class="wrap"> <a target="_blank" href="goods.php?id=489" title="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片"><img data-original="images/201511/thumb_img/489_thumb_G_1446833459654.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片" height="160" width="160" class="pic_img_489"> </a>
<p class="title"><a target="_blank" href="goods.php?id=489" title="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片">苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔...</a></p>
<p class="o-price">10.50</p>
<p class="price"><span class="j_CurPrice">9.00</span></p>
<a class="j_AddCart" οnclick="addToCart(489)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_487" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=487" title="苏菲卫生巾无荧光剂日用弹力贴身超薄体贴230初肌感棉柔表层10片"><img data-original="images/201511/thumb_img/487_thumb_G_1446831828827.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲卫生巾无荧光剂日用弹力贴身超薄体贴230初肌感棉柔表层10片" height="160" width="160" class="pic_img_487"> </a>
<p class="title"><a target="_blank" href="goods.php?id=487" title="苏菲卫生巾无荧光剂日用弹力贴身超薄体贴230初肌感棉柔表层10片">苏菲卫生巾无荧光剂日用弹力贴身超薄体贴230初肌...</a></p>
<p class="o-price">11.00</p>
<p class="price"><span class="j_CurPrice">10.50</span></p>
<a class="j_AddCart" οnclick="addToCart(487)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=27&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499305845389054.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=28&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499387466571785.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_5 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=5&brand=120" target="_blank" title="蜂花">
<img width="100" height="40" src="data/brandlogo/1446428423287905113.jpg" alt="蜂花">
</a>
</li>
<li >
<a href="category.php?id=5&brand=115" target="_blank" title="海飞丝">
<img width="100" height="40" src="data/brandlogo/1446427704338645909.gif" alt="海飞丝">
</a>
</li>
<li >
<a href="category.php?id=5&brand=117" target="_blank" title="力士">
<img width="100" height="40" src="data/brandlogo/1446427807944510450.jpg" alt="力士">
</a>
</li>
<li >
<a href="category.php?id=5&brand=116" target="_blank" title="清扬">
<img width="100" height="40" src="data/brandlogo/1446310202224406568.jpg" alt="清扬">
</a>
</li>
<li >
<a href="category.php?id=5&brand=111" target="_blank" title="飘柔">
<img width="100" height="40" src="data/brandlogo/1446423427816567040.png" alt="飘柔">
</a>
</li>
<li >
<a href="category.php?id=5&brand=141" target="_blank" title="拉芳">
<img width="100" height="40" src="data/brandlogo/1446429338951786771.png" alt="拉芳">
</a>
</li>
<li >
<a href="category.php?id=5&brand=110" target="_blank" title="云南白药">
<img width="100" height="40" src="data/brandlogo/1446423336081569975.jpeg" alt="云南白药">
</a>
</li>
<li >
<a href="category.php?id=5&brand=114" target="_blank" title="潘婷">
<img width="100" height="40" src="data/brandlogo/1446427533362900604.jpg" alt="潘婷">
</a>
</li>
<li >
<a href="category.php?id=5&brand=121" target="_blank" title="舒肤佳">
<img width="100" height="40" src="data/brandlogo/1446428478397582161.jpg" alt="舒肤佳">
</a>
</li>
<li >
<a href="category.php?id=5&brand=163" target="_blank" title="苏菲">
<img width="100" height="40" src="data/brandlogo/" alt="苏菲">
</a>
</li>
<li >
<a href="category.php?id=5&brand=148" target="_blank" title="爱维">
<img width="100" height="40" src="data/brandlogo/" alt="爱维">
</a>
</li>
<li >
<a href="category.php?id=5&brand=145" target="_blank" title="亿恒">
<img width="100" height="40" src="data/brandlogo/" alt="亿恒">
</a>
</li>
<li >
<a href="category.php?id=5&brand=146" target="_blank" title="金号">
<img width="100" height="40" src="data/brandlogo/" alt="金号">
</a>
</li>
<li >
<a href="category.php?id=5&brand=147" target="_blank" title="兴晨">
<img width="100" height="40" src="data/brandlogo/" alt="兴晨">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_5" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_5" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_5",".right_5",".yyyy_5",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-six">
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
6F
</span>
<a href="category.php?id=6" target="_blank">家庭清洁</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=340"><b>卷纸</b></a>
<a href="category.php?id=337"><b>湿巾</b></a>
<a href="category.php?id=355"><b>篮泡泡</b></a>
<a href="category.php?id=350"><b>除臭芳香</b></a>
<a href="category.php?id=313"><b>杀螨虫</b></a>
<a href="category.php?id=332"><b>衣服除菌液</b></a>
</div>
<a href="affiche.php?ad_id=16&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498475161350896.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>纸制品/卫生纸</h3>
</li>
<li class="">
<h3>厨房清洁</h3>
</li>
<li class="">
<h3>衣物清洁剂</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_497" >
<div class="wrap"> <a target="_blank" href="goods.php?id=497" title="可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8包"><img data-original="images/201511/thumb_img/497_thumb_G_1446863306818.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8包" height="160" width="160" class="pic_img_497"> </a>
<p class="title"><a target="_blank" href="goods.php?id=497" title="可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8包">可心柔经济实惠抽纸抽取式面巾纸餐巾纸卫生纸1提8...</a></p>
<p class="o-price">19.00</p>
<p class="price"><span class="j_CurPrice">16.00</span></p>
<a class="j_AddCart" οnclick="addToCart(497)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_496" >
<div class="wrap"> <a target="_blank" href="goods.php?id=496" title="舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾"><img data-original="images/201511/thumb_img/496_thumb_G_1446862193201.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾" height="160" width="160" class="pic_img_496"> </a>
<p class="title"><a target="_blank" href="goods.php?id=496" title="舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾">舒爽超薄绵柔卫生巾 亲肤绵柔日用型卫生巾</a></p>
<p class="o-price">7.00</p>
<p class="price"><span class="j_CurPrice">6.00</span></p>
<a class="j_AddCart" οnclick="addToCart(496)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_495" >
<div class="wrap"> <a target="_blank" href="goods.php?id=495" title="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P"><img data-original="images/201511/thumb_img/495_thumb_G_1446838666226.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P" height="160" width="160" class="pic_img_495"> </a>
<p class="title"><a target="_blank" href="goods.php?id=495" title="苏菲 超熟睡立体护围夜用系列 柔棉感 410mm×4P">苏菲 超熟睡立体护围夜用系列 柔棉感 410mm...</a></p>
<p class="o-price">9.50</p>
<p class="price"><span class="j_CurPrice">9.00</span></p>
<a class="j_AddCart" οnclick="addToCart(495)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_494" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=494" title="苏菲 超熟睡夜用 柔棉感系列 350mm×4片"><img data-original="images/201511/thumb_img/494_thumb_G_1446838280647.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 超熟睡夜用 柔棉感系列 350mm×4片" height="160" width="160" class="pic_img_494"> </a>
<p class="title"><a target="_blank" href="goods.php?id=494" title="苏菲 超熟睡夜用 柔棉感系列 350mm×4片">苏菲 超熟睡夜用 柔棉感系列 350mm×4片</a></p>
<p class="o-price">8.50</p>
<p class="price"><span class="j_CurPrice">8.00</span></p>
<a class="j_AddCart" οnclick="addToCart(494)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_493" >
<div class="wrap"> <a target="_blank" href="goods.php?id=493" title="妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL16片"><img data-original="images/201511/thumb_img/493_thumb_G_1446837657122.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL16片" height="160" width="160" class="pic_img_493"> </a>
<p class="title"><a target="_blank" href="goods.php?id=493" title="妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL16片">妈咪宝贝瞬吸干爽纸尿裤女 婴儿超薄尿不湿 XL1...</a></p>
<p class="o-price">35.00</p>
<p class="price"><span class="j_CurPrice">34.50</span></p>
<a class="j_AddCart" οnclick="addToCart(493)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_489" >
<div class="wrap"> <a target="_blank" href="goods.php?id=489" title="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片"><img data-original="images/201511/thumb_img/489_thumb_G_1446833459654.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片" height="160" width="160" class="pic_img_489"> </a>
<p class="title"><a target="_blank" href="goods.php?id=489" title="苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔表层230mm 8片">苏菲 /sofy卫生巾弹力贴身极薄0.1日用棉柔...</a></p>
<p class="o-price">10.50</p>
<p class="price"><span class="j_CurPrice">9.00</span></p>
<a class="j_AddCart" οnclick="addToCart(489)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_488" >
<div class="wrap"> <a target="_blank" href="goods.php?id=488" title="妈咪宝贝尿不湿 爬爬裤 22片 男女通用 裤型纸尿裤 新品小内裤"><img data-original="images/201511/thumb_img/488_thumb_G_1446832589629.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="妈咪宝贝尿不湿 爬爬裤 22片 男女通用 裤型纸尿裤 新品小内裤" height="160" width="160" class="pic_img_488"> </a>
<p class="title"><a target="_blank" href="goods.php?id=488" title="妈咪宝贝尿不湿 爬爬裤 22片 男女通用 裤型纸尿裤 新品小内裤">妈咪宝贝尿不湿 爬爬裤 22片 男女通用 裤型纸...</a></p>
<p class="o-price">40.00</p>
<p class="price"><span class="j_CurPrice">38.00</span></p>
<a class="j_AddCart" οnclick="addToCart(488)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_484" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=484" title="【蔬果世界】ABC夜用纤薄棉柔排湿表层卫生巾280mm8片 超薄防漏干爽舒适"><img data-original="images/201511/thumb_img/484_thumb_G_1446779280707.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】ABC夜用纤薄棉柔排湿表层卫生巾280mm8片 超薄防漏干爽舒适" height="160" width="160" class="pic_img_484"> </a>
<p class="title"><a target="_blank" href="goods.php?id=484" title="【蔬果世界】ABC夜用纤薄棉柔排湿表层卫生巾280mm8片 超薄防漏干爽舒适">【蔬果世界】ABC夜用纤薄棉柔排湿表层卫生巾28...</a></p>
<p class="o-price">12.00</p>
<p class="price"><span class="j_CurPrice">11.50</span></p>
<a class="j_AddCart" οnclick="addToCart(484)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=29&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499475823186224.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=30&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499497036065698.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_6 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=6&brand=107" target="_blank" title="奇强">
<img width="100" height="40" src="data/brandlogo/1446422604398820956.jpg" alt="奇强">
</a>
</li>
<li >
<a href="category.php?id=6&brand=113" target="_blank" title="白猫">
<img width="100" height="40" src="data/brandlogo/1446427467398573037.jpg" alt="白猫">
</a>
</li>
<li >
<a href="category.php?id=6&brand=112" target="_blank" title="奇鸣">
<img width="100" height="40" src="data/brandlogo/1446423546080094778.jpg" alt="奇鸣">
</a>
</li>
<li >
<a href="category.php?id=6&brand=122" target="_blank" title="奥妙">
<img width="100" height="40" src="data/brandlogo/1446428643868879968.jpg" alt="奥妙">
</a>
</li>
<li >
<a href="category.php?id=6&brand=144" target="_blank" title="金纺">
<img width="100" height="40" src="data/brandlogo/" alt="金纺">
</a>
</li>
<li >
<a href="category.php?id=6&brand=151" target="_blank" title="金友">
<img width="100" height="40" src="data/brandlogo/" alt="金友">
</a>
</li>
<li >
<a href="category.php?id=6&brand=163" target="_blank" title="苏菲">
<img width="100" height="40" src="data/brandlogo/" alt="苏菲">
</a>
</li>
<li >
<a href="category.php?id=6&brand=165" target="_blank" title="妈咪宝贝">
<img width="100" height="40" src="data/brandlogo/" alt="妈咪宝贝">
</a>
</li>
<li >
<a href="category.php?id=6&brand=143" target="_blank" title="汰渍">
<img width="100" height="40" src="data/brandlogo/" alt="汰渍">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_6" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_6" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_6",".right_6",".yyyy_6",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-seven">
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
7F
</span>
<a href="category.php?id=7" target="_blank">当地特产</a>
</h2>
<div class="recommend">
<div class="words">
<a href="category.php?id=61"><b>郜台板鸭</b></a>
</div>
<a href="affiche.php?ad_id=17&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498503904706751.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>当地特产</h3>
</li>
</ul>
<div class="tabs-panel">
<div class="j_ItemInfo" id="li_471" >
<div class="wrap"> <a target="_blank" href="goods.php?id=471" title="【蔬果世界】王家坝粉皮500g*2袋"><img data-original="images/201511/thumb_img/471_thumb_G_1446524566884.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】王家坝粉皮500g*2袋" height="160" width="160" class="pic_img_471"> </a>
<p class="title"><a target="_blank" href="goods.php?id=471" title="【蔬果世界】王家坝粉皮500g*2袋">【蔬果世界】王家坝粉皮500g*2袋</a></p>
<p class="o-price">45.00</p>
<p class="price"><span class="j_CurPrice">40.00</span></p>
<a class="j_AddCart" οnclick="addToCart(471)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_470" >
<div class="wrap"> <a target="_blank" href="goods.php?id=470" title="【蔬果世界】红薯粉丝2.5kg"><img data-original="images/201511/thumb_img/470_thumb_G_1446524417205.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】红薯粉丝2.5kg" height="160" width="160" class="pic_img_470"> </a>
<p class="title"><a target="_blank" href="goods.php?id=470" title="【蔬果世界】红薯粉丝2.5kg">【蔬果世界】红薯粉丝2.5kg</a></p>
<p class="o-price">60.00</p>
<p class="price"><span class="j_CurPrice">55.00</span></p>
<a class="j_AddCart" οnclick="addToCart(470)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_469" >
<div class="wrap"> <a target="_blank" href="goods.php?id=469" title="【蔬果世界】阜阳老炊牛腱1068g"><img data-original="images/201511/thumb_img/469_thumb_G_1446524137341.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】阜阳老炊牛腱1068g" height="160" width="160" class="pic_img_469"> </a>
<p class="title"><a target="_blank" href="goods.php?id=469" title="【蔬果世界】阜阳老炊牛腱1068g">【蔬果世界】阜阳老炊牛腱1068g</a></p>
<p class="o-price">180.00</p>
<p class="price"><span class="j_CurPrice">150.00</span></p>
<a class="j_AddCart" οnclick="addToCart(469)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_468" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=468" title="【蔬果世界】王家坝咸鸭蛋75g*30枚"><img data-original="images/201511/thumb_img/468_thumb_G_1446523915214.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】王家坝咸鸭蛋75g*30枚" height="160" width="160" class="pic_img_468"> </a>
<p class="title"><a target="_blank" href="goods.php?id=468" title="【蔬果世界】王家坝咸鸭蛋75g*30枚">【蔬果世界】王家坝咸鸭蛋75g*30枚</a></p>
<p class="o-price">80.00</p>
<p class="price"><span class="j_CurPrice">75.00</span></p>
<a class="j_AddCart" οnclick="addToCart(468)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_467" >
<div class="wrap"> <a target="_blank" href="goods.php?id=467" title="【蔬果世界】方集馓子1.5kg"><img data-original="images/201511/thumb_img/467_thumb_G_1446523636127.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】方集馓子1.5kg" height="160" width="160" class="pic_img_467"> </a>
<p class="title"><a target="_blank" href="goods.php?id=467" title="【蔬果世界】方集馓子1.5kg">【蔬果世界】方集馓子1.5kg</a></p>
<p class="o-price">45.00</p>
<p class="price"><span class="j_CurPrice">40.00</span></p>
<a class="j_AddCart" οnclick="addToCart(467)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_466" >
<div class="wrap"> <a target="_blank" href="goods.php?id=466" title="【蔬果世界】太和贡椿1.05kg"><img data-original="images/201511/thumb_img/466_thumb_G_1446523405812.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】太和贡椿1.05kg" height="160" width="160" class="pic_img_466"> </a>
<p class="title"><a target="_blank" href="goods.php?id=466" title="【蔬果世界】太和贡椿1.05kg">【蔬果世界】太和贡椿1.05kg</a></p>
<p class="o-price">60.00</p>
<p class="price"><span class="j_CurPrice">55.00</span></p>
<a class="j_AddCart" οnclick="addToCart(466)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_465" >
<div class="wrap"> <a target="_blank" href="goods.php?id=465" title="【蔬果世界】正光五香牛肉200g*5"><img data-original="images/201511/thumb_img/465_thumb_G_1446523216767.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】正光五香牛肉200g*5" height="160" width="160" class="pic_img_465"> </a>
<p class="title"><a target="_blank" href="goods.php?id=465" title="【蔬果世界】正光五香牛肉200g*5">【蔬果世界】正光五香牛肉200g*5</a></p>
<p class="o-price">148.00</p>
<p class="price"><span class="j_CurPrice">145.00</span></p>
<a class="j_AddCart" οnclick="addToCart(465)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
<div class="j_ItemInfo" id="li_464" style="border-right:none">
<div class="wrap"> <a target="_blank" href="goods.php?id=464" title="【蔬果世界】太和苔干1.2kg"><img data-original="images/201511/thumb_img/464_thumb_G_1446522838770.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" alt="【蔬果世界】太和苔干1.2kg" height="160" width="160" class="pic_img_464"> </a>
<p class="title"><a target="_blank" href="goods.php?id=464" title="【蔬果世界】太和苔干1.2kg">【蔬果世界】太和苔干1.2kg</a></p>
<p class="o-price">60.00</p>
<p class="price"><span class="j_CurPrice">55.00</span></p>
<a class="j_AddCart" οnclick="addToCart(464)" title="加入购物车"></a> <i class="product-mask"></i> </div>
</div>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=31&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499932605024548.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=32&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437499958486086167.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_7 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
<li class="fore1">
<a href="category.php?id=7&brand=161" target="_blank" title="汇香">
<img width="100" height="40" src="data/brandlogo/" alt="汇香">
</a>
</li>
</ul>
<div class="anniu">
<a class="gw_left right_7" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_7" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_7",".right_7",".yyyy_7",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
<div class="w floor">
<div class="floor02 clearfix">
<div id="f0" class="home-standard-layout tm-chaoshi-floorlayout style-eight">
<a href="affiche.php?ad_id=37&uri=" class="j_ItemInfo_tong">
<img data-original="data/afficheimg/1437500529310918993.jpg" src="themes/68ecshopcom_360buy/images/loading1.gif" alt="" height="100" width="1210">
</a>
<div class="m-floor">
<div class="header left_floor">
<h2>
<span>
8F
</span>
<a href="category.php?id=8" target="_blank">本地生活</a>
</h2>
<div class="recommend">
<div class="words">
</div>
<a href="affiche.php?ad_id=18&uri=" target="_blank" class="banner" > <img data-original="data/afficheimg/1437498527130339382.jpg" src="themes/68ecshopcom_360buy/images/loading.gif" height="297" width="240"> </a>
</div>
</div>
<div class="content mid_floor">
<div class="goods">
<div class="middle-layout">
<ul class="tabs-nav">
<li class="tabs-selected">
<h3>精挑细选</h3>
</li>
<li class="">
<h3>餐饮在线</h3>
</li>
<li class="">
<h3>烘焙在线</h3>
</li>
</ul>
<div class="tabs-panel">
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
<div class="tabs-panel tabs-hide">
<ul>
</ul>
</div>
</div>
</div>
</div>
<div class="promo">
<a href="affiche.php?ad_id=33&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437500144107285499.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="278" width="150"> </a> <a href="affiche.php?ad_id=34&uri=" class="j_ItemInfo"> <img data-original="data/afficheimg/1437500234427107477.jpg" src="themes/68ecshopcom_360buy/images/loading2.gif" alt="" height="279" width="150"> </a> </div>
<div class="promo_brand">
<div class="recommend-brand">
<div class="gw_con">
<div class="anli">
<div class="anli_con">
<ul class="yyyy_8 anli_con_num" style="position: absolute; width:1210px; height:40px; top:0px; left: 0px;">
</ul>
<div class="anniu">
<a class="gw_left right_8" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-left.png" /></a>
<a class="gw_right left_8" href="javascript:void(0)"><img src="themes/68ecshopcom_360buy/images/upgrade_ad/icon-slide-right.png"/></a>
</div>
</div>
</div>
</div>
<script>
Move(".left_8",".right_8",".yyyy_8",".anli","10");
</script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="blank5"></div>
</div>
</div>
<script type="text/javascript">
$(function(){
$(".anli_con").find(".anniu").hide();
$(".anli_con").hover(function(){
var num = $(this).find("li").length;
if(num > 10){
$(this).find(".anniu").show();
}
},
function(){
$(this).find(".anniu").hide();
})
})
</script>
<div class="wrapper">
<div class="mt10">
</div>
</div>
<div class="n-footer"> </div>
<script type="text/javascript" src="themes/68ecshopcom_360buy/js/indexPrivate.min.js"></script>
<div class="site-footer">
<div class="container wrapper">
<div class="footer-service">
<ul class="list-service clearfix">
<li> <a class="ic1" rel="nofollow" href="" target="_blank" > <strong>1小时快送服务</strong> </a> </li>
<li> <a class="ic2" rel="nofollow" href="" target="_blank"><strong>7天无理由退货</strong> </a> </li>
<li> <a class="ic3" rel="nofollow" href="" target="_blank" > <strong>15天免费换货</strong> </a> </li>
<li> <a class="ic4" rel="nofollow" href="" target="_blank"> <strong>满29.8元包邮</strong> </a> </li>
<li> <a class="ic5" rel="nofollow" href="" target="_blank"> <strong>市内百个配送网点</strong> </a> </li>
</ul>
</div>
<div class="footer-links clearfix">
<dl class="col-links col-links-first">
<dt>新手上路 </dt>
<dd><a rel="nofollow" href="help.php?id=9" target="_blank">售后流程</a></dd>
<dd><a rel="nofollow" href="help.php?id=10" target="_blank">购物流程</a></dd>
<dd><a rel="nofollow" href="help.php?id=11" target="_blank">订购方式</a></dd>
<dd><a rel="nofollow" href="help.php?id=71" target="_blank">在线支付</a></dd>
<dd><a rel="nofollow" href="help.php?id=72" target="_blank">公司转账</a></dd>
</dl>
<dl class="col-links ">
<dt>配送方式 </dt>
<dd><a rel="nofollow" href="help.php?id=15" target="_blank">货到付款区域</a></dd>
<dd><a rel="nofollow" href="help.php?id=16" target="_blank">配送支付查询</a></dd>
<dd><a rel="nofollow" href="help.php?id=17" target="_blank">支付方式说明</a></dd>
<dd><a rel="nofollow" href="help.php?id=69" target="_blank">如何送礼</a></dd>
<dd><a rel="nofollow" href="help.php?id=70" target="_blank">Global Shipping</a></dd>
</dl>
<dl class="col-links ">
<dt>购物指南</dt>
<dd><a rel="nofollow" href="help.php?id=18" target="_blank">常见问题</a></dd>
<dd><a rel="nofollow" href="help.php?id=20" target="_blank">订购流程</a></dd>
<dd><a rel="nofollow" href="help.php?id=46" target="_blank">注册新会员</a></dd>
<dd><a rel="nofollow" href="help.php?id=66" target="_blank">团购/机票</a></dd>
<dd><a rel="nofollow" href="help.php?id=68" target="_blank">联系客服</a></dd>
</dl>
<dl class="col-links ">
<dt>售后服务</dt>
<dd><a rel="nofollow" href="help.php?id=21" target="_blank">退换货原则</a></dd>
<dd><a rel="nofollow" href="help.php?id=22" target="_blank">售后服务保证</a></dd>
<dd><a rel="nofollow" href="help.php?id=42" target="_blank">换货流程</a></dd>
<dd><a rel="nofollow" href="help.php?id=73" target="_blank">退款说明</a></dd>
<dd><a rel="nofollow" href="help.php?id=74" target="_blank">返修/退换货</a></dd>
</dl>
<dl class="col-links ">
<dt>关于我们 </dt>
<dd><a rel="nofollow" href="help.php?id=24" target="_blank">网站故障报告</a></dd>
<dd><a rel="nofollow" href="help.php?id=25" target="_blank">购物咨询</a></dd>
<dd><a rel="nofollow" href="help.php?id=26" target="_blank">投诉与建议</a></dd>
<dd><a rel="nofollow" href="help.php?id=76" target="_blank">节能补贴</a></dd>
<dd><a rel="nofollow" href="help.php?id=77" target="_blank">蔬果礼品卡</a></dd>
</dl>
<div class="col-contact">
<p class="phone">152-1568-1973</p>
<p>周一至周日 9:00-17:30<br>
(仅收市话费)</p>
<a rel="nofollow" class="btn2 btn-primary btn-small" href="javascript:void(0);" style="color:#fff">24小时在线客服</a> </div>
</div>
<div class="footer-info clearfix" >
<div class="info-text">
<p class="nav_bottom">
<a href="http://www.shuguoshijie.com/article.php?id=131" target="_blank">关于我们</a><em >|</em>
<a href="http://www.shuguoshijie.com/article.php?id=133" target="_blank">联系我们</a><em >|</em>
<a href="apply_index.php" >商家入驻</a><em >|</em>
<a href="#" >友情链接</a><em >|</em>
<a href="#" >手机商城</a><em >|</em>
<a href="#" >销售联盟</a><em >|</em>
<a href="http://www.shuguoshijie.com/article.php?id=132" >企业文化</a><em style="display:none">|</em>
ICP备案证书号:<a href="http://www.miibeian.gov.cn/" target="_blank">皖ICP15012934号</a>
</p>
<p>
<a href="javascript:;">© 2005-2015 蔬果世界 版权所有,并保留所有权利。</a> <a href="javascript:;">安徽省阜南县经济开发区 </a>
<a href="javascript:;"> Tel: 152 15681 973 </a>
<a href="javascript:;"> E-mail: 632296857@qq.com </a>
</p>
<p>
<a href="http://wpa.qq.com/msgrd?V=1&Uin=632296857&Site=蔬果世界&Menu=yes" target="_blank"><img src="http://wpa.qq.com/pa?p=1:632296857:4" height="16" border="0" alt="QQ" /> 632296857</a>
</p>
</div>
</div>
</div>
</div>
<script type="text/javascript">
Ajax.call('api/okgoods.php', '', '', 'GET', 'JSON');
$("img").lazyload({
effect : "fadeIn",
skip_invisible : true,
failure_limit : 20
});
</script>
<script type="text/javascript">
function fun1()
{
$("#right_login").children(".dropdown").show();
var id=1;
Ajax.call('user.php?act=login_check_yzm', 'id=' + id, collectResponses, 'GET', 'JSON');
}
function onmouseroutfun(){
$("#right_login").children(".dropdown").hide();
}
function collectResponses(result)
{
document.getElementsByName('back_act').value = result.message;
if(result.error>0)
{
document.getElementById('o-authcode').style.display='block';
}
else
{
document.getElementById('o-authcode').style.display='none';
}
}
</script>
<div class="sidebar-nav" style="height: 100%; top: 0px; bottom: auto;">
<div class="mods">
<div class="middle-items">
<div class="mod_head" id="right_login" onMouseOver="fun1();" onMouseOut="onmouseroutfun();" >
<a href="user.php" class="btn_head" title="我的用户中心">
<img src="themes/68ecshopcom_360buy/images/upgrade_ad/user_head.png" />
</a>
<div class="dropdown" style="display: none; opacity: 1; margin-right: 0px;">
<form name="formLogin" action="user.php" method="post" onSubmit="return userLogin()">
<div class="form">
<h2><strong>请登录</strong><span>还没有账号?<a href="register.php" class="right_register">立即注册</a></span></h2>
<div class="item"> <span class="label">账号</span>
<div>
<input name="username" type="text" class="text" value="" tabindex="1"/>
</div>
</div>
<div class="item"> <span class="label">密码</span>
<div>
<input type="password" id="password" name="password" class="text" tabindex="2"/>
</div>
</div>
<div class="item " id="o-authcode"> <span class="label_t">验证码</span>
<div>
<input type="text" id="authcode" name="captcha" class="text text-1" tabindex="3"/>
<label class="img"> <img src="captcha.php?is_login=1&" alt="captcha" style="vertical-align: middle;cursor: pointer;" onClick="this.src='captcha.php?is_login=1&'+Math.random()" /> </label>
</div>
</div>
<div class="item" id="autoentry">
<div class="safety">
<input type="checkbox" value="1" name="remember" id="remember" class="checkbox"/>
<label for="remember" class="mar-b">记住密码</label>
<a class="forget_password" href="findPwd.php">忘记密码?</a>
</div>
</div>
<div class="item">
<input type="hidden" name="act" value="act_login" />
<input type="hidden" name="back_act" value=''/>
<input type="submit" name="submit" class="btn-img" id="loginsubmit" value="立即登录" />
</div>
</div>
</form>
<span class="cart_arrow" style="background:none;border:none"><b class="arrow-1"></b> <b class="arrow-2"></b></span>
</div>
</div>
<div class="mod online-service J-stie-68"> <a href="javascript:;" class="btn">
<table>
<tbody>
<tr>
<td><i></i> <em>销 售</em></td>
</tr>
<tr>
<td>在 线<br>
销 售</td>
</tr>
</tbody>
</table>
</a>
<div class="dropdown" style="display: none; opacity: 1; margin-right: 0px;">
<div class="head clearfix">
<h3 class="grid-c-l">在线销售顾问</h3>
</div>
<div class="button-bar">
<div class="customer_service">
<dl class="sidebar_subdl">
<dd id="qqdd"> <img src="themes/68ecshopcom_360buy/images/chat/web_logo.png" width="30" height="29"/> <a style="color:#000000; font-size:14px; margin-left:10px; vertical-align:middle" target="_self" href="javascript:chat_online();"
alt="点击这里给我发消息" title="点击这里给我发消息">在线客服</a> </dd>
<dd id="qqdd"> <img src="themes/68ecshopcom_360buy/images/qq1.gif" width="30" height="29"/> <a style="color:#000000; font-size:14px; margin-left:10px;" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=632296857&site=qq&menu=yes"
alt="点击这里给我发消息" title="点击这里给我发消息">售前咨询</a> </dd>
<dd id="qqdd"> <img src="themes/68ecshopcom_360buy/images/qq1.gif" width="30" height="29"/> <a style="color:#000000; font-size:14px; margin-left:10px;" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=632296857&site=qq&menu=yes"
alt="点击这里给我发消息" title="点击这里给我发消息">售前咨询</a> </dd>
<dd id="qqdd"> <img src="themes/68ecshopcom_360buy/images/qq1.gif" width="30" height="29"/> <a style="color:#000000; font-size:14px; margin-left:10px;" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=632296857&site=qq&menu=yes"
alt="点击这里给我发消息" title="点击这里给我发消息">售前咨询</a> </dd>
<dd id="qqdd"> <img src="themes/68ecshopcom_360buy/images/qq1.gif" width="30" height="29"/> <a style="color:#000000; font-size:14px; margin-left:10px;" target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=632296857&site=qq&menu=yes"
alt="点击这里给我发消息" title="点击这里给我发消息">售后服务</a> </dd>
</dl>
<div class="clearbox"></div>
</div>
</div>
<span class="cart_arrow"><b class="arrow-1"></b> <b class="arrow-2"></b></span></div>
</div>
<div class="mod vote_list J-stie-68"> <a href="javascript:;" class="btn">
<table>
<tbody>
<tr>
<td><i></i> <em>调 查</em></td>
</tr>
<tr>
<td>在 线<br>
调 查</td>
</tr>
</tbody>
</table>
</a>
<div class="dropdown" style="display: none; opacity: 1; margin-right: 0px;">
<div class="head clearfix">
<h3 class="grid-c-l">在线调查问卷</h3>
</div>
<div class="button-bar">
554fcae493e564ee0dc75bdf2ebf94cavote|a:1:{s:4:"name";s:4:"vote";}554fcae493e564ee0dc75bdf2ebf94ca
</div>
<span class="cart_arrow"><b class="arrow-1"></b> <b class="arrow-2"></b></span></div>
</div>
<div class="mod reserve" style="height:135px;" id="ECS_CARTINFO">
554fcae493e564ee0dc75bdf2ebf94cacart_info|a:1:{s:4:"name";s:9:"cart_info";}554fcae493e564ee0dc75bdf2ebf94ca </div>
<div class="mod traffic"> <span class="btn">
<table>
<tbody>
<tr>
<td><i></i> <em>关 注</em></td>
</tr>
<tr>
<td><a href="user.php?act=follow_shop" target="_blank" class="btn">关注<br>
店铺</a></td>
</tr>
</tbody>
</table>
</span> </div>
<div class="mod insure" id="collectGoods"> <span class="btn">
<table>
<tbody>
<tr>
<td><i></i> <em>收 藏</em></td>
</tr>
<tr>
<td><a href="user.php?act=collection_list" class="btn">收 藏<br>
商 品</a></td>
</tr>
</tbody>
</table>
</span> </div>
<div class="mod qrcode J-stie-68"> <a href="javascript:;" class="btn">
<table>
<tbody>
<tr>
<td><i></i></td>
</tr>
<tr>
<td>官 方<br>
微 信</td>
</tr>
</tbody>
</table>
</a>
<div class="dropdown dropdown_t" style="display: none; opacity: 1; margin-right: 0px;"> <span></span>
<p>扫描二维码,码上有礼!</p>
<span class="cart_arrow" style="background:none;border:none"><b class="arrow-1"></b> <b class="arrow-2"></b></span> </div>
</div>
</div>
<div class="bottom-items">
<div class="mod top disabled"> <a href="javascript:;" class="btn">
<table>
<tbody>
<tr>
<td><i></i></td>
</tr>
<tr>
<td>回 到<br>
顶 部</td>
</tr>
</tbody>
</table>
</a> </div>
</div>
</div>
</div>
<script type="text/javascript">
$(".J-stie-68").mouseover(function(){
$(this).children(".dropdown").show();
})
$(".J-stie-68").mouseout(function(){
$(this).children(".dropdown").hide();
})
$(".J-stie-68").mouseleave(function(){
$(this).children(".dropdown").hide();
})
</script>
<script type="text/javascript">
$(document).ready(function(){
var headHeight2=200; //这个高度其实有更好的办法的。使用者根据自己的需要可以手工调整。
var top=$(".top"); //要悬浮的容器的id
$(window).scroll(function(){
if($(this).scrollTop()>headHeight2){
top.removeClass("disabled");
}
else{
top.addClass("disabled");
}
})
})
$(".top").click(function(){
$('body,html').animate({scrollTop:0},800);
return false;
});
$("#mod-fold").click(function(){
$('.sidebar-nav').hasClass('fold') ? $('.sidebar-nav').removeClass('fold') : $('.sidebar-nav').addClass('fold');
});
</script>
<div class="fsFixedTopContent" style="visibility: hidden; display: block;">
<div class="fsFixedTop" style="opacity: 0;">
<a class="smooth active" href="javascript:;"> <b class="fs fs01">1F</b> <em class="fs-name">蔬果</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">2F</b> <em class="fs-name">肉禽</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">3F</b> <em class="fs-name">零食</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">4F</b> <em class="fs-name">粮油</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">5F</b> <em class="fs-name">洗护</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">6F</b> <em class="fs-name">清洁</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">7F</b> <em class="fs-name">特产</em> <i class="fs-line"></i> </a>
<a class="smooth" href="javascript:;"> <b class="fs">8F</b> <em class="fs-name">餐饮</em></a>
</div>
</div></body>
<script type="text/javascript" src="themes/68ecshopcom_360buy/js/home_index.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var goods_id = ;
var goodsattr_style = 1;
var gmt_end_time = 0;
var day = "天";
var hour = "小时";
var minute = "分钟";
var second = "秒";
var end = "结束";
var goodsId = ;
var now_time = ;
onload = function(){
changePrice();
fixpng();
ShowMyComments(,0,1);
try {onload_leftTime();}
catch (e) {}
}
</script>
</html>
数据库教程查询缓存文件在ecshop/upload/temp/query_cache目录下面
在ecshop/upoad/下面编写一个测试文件test1.php教程,用来测试它的查询缓存。
代码如下:
Php代码
1. <?php
2. //前面三句主要是做些初始化工作,让我可以使用ecshop里面的类库函数等
3. define('IN_ECS', true);
4. define('ECS_ADMIN', true);
5. require(dirname(__FILE__) . '/includes/init.php');
6. /*******
7. 这里的GetALLCached函数里面带了一个sql语句的参数,
8. 这里可以先简单的把这个函数理解成执行sql查询获取结果的操作。
9. *******/
10
. $article_array = $db->GetALLCached("SELECT article_id, title FROM " . $ecs->table("article") . " WHERE cat_id != 0 AND is_open = 1 AND open_type = 0 ORDER BY article_id DESC LIMIT 0,4");
11.
12. print_r($article_array);
13. //打印出来的数组结果如下
14. /*
15. Array
16. (
17. [0] => Array
18. (
19. [article_id] => 35
20. [title] => “沃”的世界我做主
21. )
22.
23. [1] => Array
24. (
25. [article_id] => 34
26. [title] => 3G知识普及
27. )
28.
29. [2] => Array
30. (
31. [article_id] => 32
32. [title] => 手机游戏下载
33. )
34.
35. [3] => Array
36. (
37. [article_id] => 31
38. [title] => 诺基亚6681手机广告欣赏
39. )
40.
41. */
42. ?>
我们现在去看ecshop/upload/temp/query_caches目录,发现多了一个sqlcache的文件,我们打开来看
Php代码
1. <?php exit;?>1273944294a:4:{i:0;a:2:{s:10:"article_id";s:2:"35";s:5:"title";s:27:"“沃”的世界我做主";}i:1;a:2:{s:10:"article_id";s:2:"34";s:5:"title";s:14:"3G知识普及";}i:2;a:2:{s:10:"article_id";s:2:"32";s:5:"title";s:18:"手机游戏下载";}i:3;a:2:{s:10:"article_id";s:2:"31";s:5:"title";s:31:"诺基亚6681手机广告欣赏";}}
发现是一串经过什么处理的东西(实际上是经过serialize函数处理)
这个sqlcache里面的东西实际上就是刚才打印出来的print_r($article_array)的结果。
在刚才的test1.php文件中使用了$db->GetALLCached()这个函数
它来自ecshop/upload/includes/cls_mysql教程.php文件中
GetALLCached()该函数会调用到2个实际来处理缓存(就是刚才的sqlcache文件)的函数。
第一个函数是setSqlCacheData
Php代码
1.
2. /*
3. 设置查询缓存的函数,如果GetALLCached函数参数中的sql语句的查询结果没有被缓存, 则先执行的是这个函数,该函数的作用是将sql获取的结果数组经过序列化以后存储在某个路径下面
4. */
5. function setSqlCacheData($result, $data)
6. {
7. if ($result['storecache'] === true && $result['filename'])
8. {
9. @file_put_contents($result['filename'], '<?php exit;?>' . time() . serialize($data));
10. clearstatcache();
11. }
12. }
第二个函数是getSqlCacheData
Php代码
1. /*******
2.
3. 该函数的主要作用是从sqlcache数据库查询缓存文件中将被序列化过的文件还原。
4. 这样就如果再执行某条sql语句,该sql语句的结果已经被缓存下来,就不用再去数据库查询了,直接去缓存文件中读取。
5. ******/
6.
function getSqlCacheData($sql, $cached = '')
7. {
8. $sql = trim($sql);
9.
10. $result = array();
11. $result['filename'] = $this->root_path . $this->cache_data_dir . 'sqlcache_' . abs(crc32($this->dbhash . $sql)) . '_' . md5($this->dbhash . $sql) . '.php';
12.
13. $data = @file_get_contents($result['filename']);
14. if (isset($data{23}))
15. {
16. $filetime = substr($data, 13, 10);
17. $data = substr($data, 23);
18.
19. if (($cached == 'FILEFIRST' && time() > $filetime + $this->max_cache_time) || ($cached == 'MYSQLFIRST' && $this->table_lastupdate($this->get_table_name($sql)) > $filetime))
20. {
21. $result['storecache'] = true;
22. }
23. else
24. {
25. $result['data'] = @unserialize($data);
26. if ($result['data'] === false)
27. {
28. $result['storecache'] = true;
29. }
30. else
31. {
32. $result['storecache'] = false;
33. }
34. }
35. }
36. else
37. {
38. $result['storecache'] = true;
39. }
40.
41. return $result;
42. }