string匹配的应用

By admin at 2018-04-03 • 1人收藏 • 1254人看过

今天群里很热烈的讨论一个群友求助的匹配问题.

我的解决思路: 分块->匹配->处理

import console;
var htmlStr = string.load("/test.txt");

import string.html;
var OneGet = string.matches(htmlStr,`\<tr class=\"lightbox\" id=\"record_\"\>(.*?)\<\/tr\>`);
//console.dump(第一次分割)

for(i=1;#OneGet;1){
	var TwoGet = string.matches(OneGet[i][1],`bottom\"\>(.*?)\<\/td\>`);
	//console.dump(TwoGet)
	console.log("时间",TwoGet[1][1]) 
	console.log("类别",string.html.toText(TwoGet[2][1]))
	
	console.log("实际支付",TwoGet[7][1])
}

console.pause(true);

这里用到了html代码转文字的功能, 就是去除掉html中的标签只保留了文字.


1 个回复 | 最后更新于 2018-04-03
2018-04-03   #1

jacen的解决方案:

 import string.xml;
var html = string.xml(str);

var eleRecords = html.queryEles( 
	["class"]="lightbox"; 
	["id"]="record_";
)

for i,record in table.eachIndex(eleRecords){
	console.log( record.td[1].innerText() )
	console.log( record.td[2].innerText() )
}




附上完整的html页面源码:

<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8" />
<title>最近卖出卡密 - 卓朗自动发卡平台</title>
<link href="skyblue/css/style.css" rel="stylesheet" type="text/css" />
<script src="../includes/libs/jquery.min.js" type="text/javascript"></script>
<script src="skyblue/js/common.js" type="text/javascript"></script>
<script src="../includes/libs/calendar.js" type="text/javascript"></script>
<script src="../includes/libs/plugin-cookie.js" type="text/javascript"></script>
<script src="../includes/libs/boxy.0.1.4/javascripts/jquery.boxy.js" type="text/javascript"></script>
<link href="../includes/libs/boxy.0.1.4/stylesheets/boxy-blue.css" rel="stylesheet" type="text/css" />

</head>

<body>
<div id="wrapper">
    <div id="header">
	<div id="header_content">
	    <div id="logo"><a href="./"><img src="skyblue/images/logo.gif" /></a></div>
		<div id="logininfo">
		    <p>
			上次登陆时间:2018-04-03 18:17:09&nbsp;
			上次登陆IP:175.171.190.41&nbsp;切换主题:<select name="cth" onchange="change_theme()">
									<option value="default">默认</option>
						<option value="skyblue" selected>天际蓝</option>
									</select></p>
			<p>
			<img src="skyblue/images/ico_user.gif" align="absbottom" /> 商户编号:<strong>46139</strong>&nbsp;
			商户名:<strong>MushroomScript</strong>&nbsp;
			<img src="skyblue/images/ico_mail.gif" align="absbottom" /> <a class="blue" href="message.php">站内信息<span>(<span id="message">0</span>)</span></a>&nbsp;
			<a href="./" style="font-weight:bold;color:red">[管理中心]</a>&nbsp;<a href="login.php?action=logout">[退出]</a></p>
		</div>
		<div class="clear"></div>
	</div>
	</div>

	<div id="nav">
	    <div id="nav_content">
		<ul>
		    <li><a href="../">平台首页</a></li>
			<!--<li><a href="../paytype.htm">支付方式</a></li>-->
			<li><a href="../tariff.htm">资费标准</a></li>
			<li><a href="../settlement.htm">结算模式</a></li>
			<li><a href="../contact.htm">联系我们</a></li>
		</ul>
		<div class="nav_search"><a href="../orderquery.htm"><img src="skyblue/images/nav_search.gif" /></a></div>
		<div class="clear"></div>
		</div>
	</div>

	<div id="notice"><div id="notice_content"><img src="skyblue/images/notice.gif" align="absmiddle" />&nbsp;<strong>提示:</strong>
										<a target="_blank" href="../view.htm?id=117" style="color:#0020aa;">平台数据清理规则:如当前日期为10月1日,我们系统即自动清理9月1日之前的所有数据(不包含9月),请各位商户每个月底做好准备,后果自负!</a>					
										<a target="_blank" href="../view.htm?id=69" style="color:#d3009f;">平台结算规则:当天金额满100后,将在第二天早上9-12点自动结算到账,未满100将累加至下一天,无须人工申请结算提现</a>					
										<a target="_blank" href="../view.htm?id=43" style="color:#ff0000;">尊敬的商户您好,卓朗科技衷心提醒:诚信经营,共同发展,共同进步,共创和谐社会!</a>					
										<a target="_blank" href="../view.htm?id=42" style="color:#ff0000;">卓朗客服企业QQ4000972013,企业电话热线400-097-2013,有任何问题欢迎前来咨询!</a>					
										<a target="_blank" href="../view.htm?id=41" style="color:#ff0000;">您可以查看您注册填写的手机号码、邮箱、结算银行信息、如不正确,可以与客服联系修改!</a>					
									</div>
				</div>
			<script>				
				$(function(){
					var cn=$('#notice a').index()-1;
				    if(cn>=0){
					    $('#notice a').first().show();
						var L=$('#notice a').last();
						var F=$('#notice a').first();
						setInterval(function(){
						    if(L.is(':visible')){								
							    F.fadeIn();if(cn>0){L.hide();}
							} else {
								$('#notice a:visible').addClass('current');
								$('#notice a.current').next().fadeIn();
								$('#notice a.current').hide().removeClass('current');
							}
						},5000);
					}
				})
             </script>
             	<div id="main">
	    <div id="main_left">
		    <div class="left_title"><img src="skyblue/images/expansion.gif" align="absmiddle"> 账户信息</div>
			<ul class="left_menu">
			    <li><a href="./">账户信息</a></li>
				<li><a href="userInfo.php">商户信息</a></li>
				<li><a href="userPwd.php">修改密码</a></li>
				<li><a href="userSafe.php" style="color:red">安全设置</a> </li>
				<li><a href="userMoney.php">结算记录</a></li>

			</ul>			

		    <div class="left_title" style="margin-top:10px"><img src="skyblue/images/expansion.gif" align="absmiddle" > 商品管理</div>
			<ul class="left_menu">
			    <li><a href="goodCate.php">商品分类</a></li>
				<li><a href="goodList.php">商品列表</a></li>
				<li><a href="goodList.php?action=add">添加商品</a></li>
				<li><a href="goods.php">添加卡密</a></li>
				<li><a href="goodInvent.php">库存卡密</a></li>
				<li><a href="goodSell.php">最近卖出</a></li>
			</ul>

			

		    <div class="left_title" style="margin-top:10px"><img src="skyblue/images/expansion.gif" align="absmiddle"> 交易管理</div>
			<ul class="left_menu">
			    <li><a href="paylinks.php">我的支付链接</a></li>
				<li><a href="rates.php">换购价值设置</a></li>
				<li><a href="channels.php">支付方式管理</a></li>
				<li><a href="analyforchannel.php">交易渠道分析</a></li>
				<li><a href="analyforuser.php">我的收益统计</a></li>
				<li><a href="orders.php">订单交易记录</a></li>
			</ul>

		    <div class="left_title" style="margin-top:10px"><img src="skyblue/images/expansion.gif" align="absmiddle"> 商家助手</div>
			<ul class="left_menu">
			    								<li><a href="coupon.php?action=add">生成优惠券</a></li>
								<li><a href="coupon.php">管理优惠券</a></li>
				<li><a href="businessesPedia.php" style="color:#993399">商家百科</a></li>
				<li><a href="message.php">站内信息</a></li>
				<li><a href="userLogs.php">登陆日志</a></li>
			</ul>
		</div>

		<div id="main_right">
		    <div id="main_right_content">
				<div class="right_title">最近卖出卡密</div>
				<div class="main">
																<script>setTimeout(hideMsg,2600)</script>
				<div style="padding:10px 0">
				    <form name="search" method="get" action="">
					商品分类:
					<select name="cateid">
					<option value="">选择分类</option>
										<option value="32688" >蘑菇微信系列脚本</option>
										<option value="35126" >NZT - 年卡</option>
										</select>&nbsp;&nbsp;
					查询类别:
					<select name="st">
					<option value="st1">订单号</option>
					<option value="st2">充值卡号</option>
					<option value="st3">联系方式</option>
					<option value="st4">商品卡号</option>
					</select>&nbsp;&nbsp;
					<input type="text" name="kw" class="input" style="width:120px" value="" />
					<input type="hidden" name="do" value="search">
					<input type="submit" class="button_bg_2" value="立即查询">
					<input type="button" title="导出商品卡密" onclick="window.location.href='?action=export&cateid=&goodid=0&st=&kw='" class="button_bg_1" value="导出">
					</form>
				</div>
				    <form name="cate" method="post" action="?action=delall">
				    <table class="table_style_3" cellspacing="1">
					    <tr>
						<th class="border_right border_bottom">时间</th>
						<th class="border_right border_bottom">商品名称</th>
						<th class="border_right border_bottom">卡密信息</th>
						<th class="border_right border_bottom">支付方式</th>
						<th class="border_right border_bottom">购买者信息</th>
						<th class="border_right border_bottom">金额</th>
						<th class="border_bottom">分成</th>
						</tr>
																		<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 17:48:26</td>
						<td class="border_right border_bottom"><a href="?goodid=99155">NZT - 年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=1FDADD1139FCEAAE',{title:'NZT - 年卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">qq7616880</td>
						<td class="border_right border_bottom">200.00</td>
						<td class="border_bottom">192.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 17:44:30</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=73E65E26C15A37E5',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">qq7616880</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 16:43:47</td>
						<td class="border_right border_bottom"><a href="?goodid=101771">蘑菇微信系列脚本 - 季卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=466C1F1C3F0890B5',{title:'蘑菇微信系列脚本 - 季卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">whh56556</td>
						<td class="border_right border_bottom">200.00</td>
						<td class="border_bottom">192.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 15:16:32</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=D03BBBE8A98B28C6',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">aa8585785</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 15:12:36</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=A9E9636F883E2147',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">wc30844255</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 14:39:21</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=718C99F8A8F504DD',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">aa8585785</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 13:18:20</td>
						<td class="border_right border_bottom"><a href="?goodid=99155">NZT - 年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=04FE036C9F26B6BB',{title:'NZT - 年卡'})">查看卡密</a>(<span class="red">2</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a15608888878</td>
						<td class="border_right border_bottom">400.00</td>
						<td class="border_bottom">384.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 13:16:35</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=B7FC68E9249BBE35',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">pw511940935</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 12:27:25</td>
						<td class="border_right border_bottom"><a href="?goodid=101772">蘑菇微信系列脚本 - 半年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=0175A0E363F0D87C',{title:'蘑菇微信系列脚本 - 半年卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">网上银行</td>
						<td class="border_right border_bottom">qaw5111</td>
						<td class="border_right border_bottom">350.00</td>
						<td class="border_bottom">343.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 11:23:35</td>
						<td class="border_right border_bottom"><a href="?goodid=99155">NZT - 年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=EDF06525A7817109',{title:'NZT - 年卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a15608888878</td>
						<td class="border_right border_bottom">200.00</td>
						<td class="border_bottom">192.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-03 10:25:34</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=C30AA41D4AD93A2A',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">18623616520a</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 22:27:54</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=10D4EBC162CCFDC2',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">18092847819a</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 22:12:43</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=E25F0B9028BCA034',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">qq1005633634</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 21:47:22</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=A2D9ED9C2FF58306',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a13188496095</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 21:41:30</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=F0C9C0BAA001A96A',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a15572061777</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 15:57:08</td>
						<td class="border_right border_bottom"><a href="?goodid=101771">蘑菇微信系列脚本 - 季卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=37E0DCDD89FFEAA0',{title:'蘑菇微信系列脚本 - 季卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">手机微信支付</td>
						<td class="border_right border_bottom">1a</td>
						<td class="border_right border_bottom">200.00</td>
						<td class="border_bottom">192.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-02 14:21:34</td>
						<td class="border_right border_bottom"><a href="?goodid=101772">蘑菇微信系列脚本 - 半年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=769D36288D76714A',{title:'蘑菇微信系列脚本 - 半年卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a123456</td>
						<td class="border_right border_bottom">350.00</td>
						<td class="border_bottom">336.00</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-01 23:37:47</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=F660EC300BC34876',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">a15202372278</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-01 22:35:52</td>
						<td class="border_right border_bottom"><a href="?goodid=95484">蘑菇微信系列脚本 - 月卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=28CE2167F2CD17B5',{title:'蘑菇微信系列脚本 - 月卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">微信扫码支付</td>
						<td class="border_right border_bottom">zx171946050</td>
						<td class="border_right border_bottom">80.00</td>
						<td class="border_bottom">76.80</td>
						</tr>
												<tr class="lightbox" id="record_">
						<td class="border_right border_bottom">2018-04-01 09:57:26</td>
						<td class="border_right border_bottom"><a href="?goodid=99155">NZT - 年卡</a></td>					
						<td class="border_right border_bottom">
												    						        <a href="javascript:void(0)" style="color:#000;text-decoration:underline" onclick="Boxy.load('?action=getgoodinfo&orderid=1C6D24319D323B56',{title:'NZT - 年卡'})">查看卡密</a>(<span class="red">1</span>张)
																			</td>
						<td class="border_right border_bottom">手机微信支付</td>
						<td class="border_right border_bottom">fw520cc</td>
						<td class="border_right border_bottom">200.00</td>
						<td class="border_bottom">192.00</td>
						</tr>
												<tr>
						<td colspan="7" class="bg" style="padding-left:10px">
						<div class="page"><ul class="pagelist"><li style="font-size:12px">455条记录,20条/页,1/23页</li><li class="current">&laquo;</li><li class="current">1</li> <li><a href=?cateid=&goodid=0&st=&kw=&do=&p=2>2</a></li> <li><a href=?cateid=&goodid=0&st=&kw=&do=&p=3>3</a></li> <li><a href=?cateid=&goodid=0&st=&kw=&do=&p=4>4</a></li> <li><a href=?cateid=&goodid=0&st=&kw=&do=&p=5>5</a></li> <li>...</li><li><a href=?cateid=&goodid=0&st=&kw=&do=&p=23>23</a></li><li><a href="?cateid=&goodid=0&st=&kw=&do=&p=2">&raquo;</a></li><li>转到第<select style="vertical-align:middle" data-role="none" name="page_options" onchange="page_jump('?cateid=&goodid=0&st=&kw=&do=&p=')"><option value="1" selected>1</option><option value="2" >2</option><option value="3" >3</option><option value="4" >4</option><option value="5" >5</option><option value="6" >6</option><option value="7" >7</option><option value="8" >8</option><option value="9" >9</option><option value="10" >10</option><option value="11" >11</option><option value="12" >12</option><option value="13" >13</option><option value="14" >14</option><option value="15" >15</option><option value="16" >16</option><option value="17" >17</option><option value="18" >18</option><option value="19" >19</option><option value="20" >20</option><option value="21" >21</option><option value="22" >22</option><option value="23" >23</option></select> 页</li></ul></div><div style="clear:both"></div>						<p style="position:relative;margin-top:-15px;margin-left:560px">
						今日<span class="red">11</span>条,
						昨日<span class="red">6</span>条
						</p>
						</td>
						</tr>
											</table>				
					</form>
				</div>	</div>
		</div>
		<div class="clear"></div>
	</div>

	<div id="footer">
	    <div id="footer_nav"><a href="../statement.htm">免责声明</a><span>|</span><a href="../about.htm">关于我们</a><span>|</span><a href="../settlement.htm">结算模式</a><span>|</span><a href="../faq.htm">常见问题</a><span>|</span><a href="../contact.htm">联系我们</a></div>

		<div id="copyright">
		    <p>商家客服专线:400-097-2013&nbsp;&nbsp;&nbsp;客服QQ:4000972013</p>
			<p>Copyright © 2013-2016 深圳市卓朗云集科技有限公司</p>
		</div>
	</div>
</div>
<script>
/*
$(function(){
    checkInbox();
})

var checkInbox=function(){
    $.get('index.php',{action:'checkInbox'},function(data){
	    if(data==0){
		    setTimeout(checkInbox,20000);
		} else {
		    $('#message').css({'color':'red','font-weight':'bold'});
			$('#message').text(data);
		}
	})
}*/

function change_theme(){
    var theme=$('[name=cth]').val();
	window.location.href='index.php?action=changeTheme&theme='+theme;
}

$(function(){
$('.left_title').each(function(){
   $(this).click(function(){
	   var index=$('.left_title').index(this);
	   if($(this).next().hasClass('hide_m')){
		   $(this).next().removeClass('hide_m');
           $(this).next().show();		 
		   $(this).find('img').attr('src','skyblue/images/expansion.gif');
		   $.cookie('m_index_'+index,'',{expires:0});
	   } else {
	       $(this).next().hide();
		   $(this).next().addClass('hide_m');
		   $(this).find('img').attr('src','skyblue/images/shrank.gif');		   
		   $.cookie('m_index_'+index,'none',{expires:365});
	   }
   })
})

$('.left_title').each(function(){
	var index=$('.left_title').index(this);
    $(this).next().css('display',$.cookie('m_index_'+index) ? $.cookie('m_index_'+index) : '');
	if($.cookie('m_index_'+index)){
	    $(this).next().addClass('hide_m');
	}
	$(this).find('img').attr('src',$.cookie('m_index_'+index) ? 'skyblue/images/shrank.gif' : 'skyblue/images/expansion.gif');
})
})

var userSafeVerify=function(t){
    Boxy.load('userSafe.php?action=verifyCode&wyt=1&t='+t,{title:'请验证安全码后继续操作'});
}
</script>
<div style="display:none"><script src="http://s6.cnzz.com/stat.php?id=5291637&web_id=5291637" language="JavaScript"></script></div>
</body>
</html>


登录后方可回帖

登 录
信息栏
 私人小站

本站域名

ChengXu.XYZ

投诉联系:  popdes@126.com



快速上位机开发学习,本站主要记录了学习过程中遇到的问题和解决办法及上位机代码分享

这里主要专注于学习交流和经验分享.
纯私人站,当笔记本用的,学到哪写到哪.
如果侵权,联系 Popdes@126.com

友情链接
Aardio官方
Aardio资源网


才仁机械


网站地图SiteMap

Loading...