主页 > 知识库 > GetPaing 函数之asp采集函数中用到的获取分页的代码

GetPaing 函数之asp采集函数中用到的获取分页的代码

热门标签:电销机器人源码网盘下载 河北智能外呼系统软件 绵阳防封电销卡价格 宜宾语音外呼系统软件 伊春外呼业务系统 电销机器人教育 福建外呼增值业务线路 调度系统外呼 中国办理电信400电话
'==================================================
'函数名:GetPaing
'作  用:获取分页
'==================================================
Function GetPaing(Byval ConStr,StartStr,OverStr,IncluL,IncluR)
If ConStr="$False$" or ConStr="" Or StartStr="" Or OverStr="" or IsNull(ConStr)=True or IsNull(StartStr)=True Or IsNull(OverStr)=True Then
   GetPaing="$False$"
   Exit Function
End If

Dim Start,Over,ConTemp,TempStr
TempStr=LCase(ConStr)
StartStr=LCase(StartStr)
OverStr=LCase(OverStr)
Over=Instr(1,TempStr,OverStr)
If Over=0 Then
   GetPaing="$False$"
   Exit Function
Else
   If IncluR=True Then
      Over=Over+Len(OverStr)
   End If
End If
TempStr=Mid(TempStr,1,Over)
Start=InstrRev(TempStr,StartStr)
If IncluL=False Then
   Start=Start+Len(StartStr)
End If

If Start=0 Or Start>=Over Then
   GetPaing="$False$"
   Exit Function
End If
ConTemp=Mid(ConStr,Start,Over-Start)

ConTemp=Trim(ConTemp)
ConTemp=Replace(ConTemp," ","")
ConTemp=Replace(ConTemp,",","")
ConTemp=Replace(ConTemp,"'","")
ConTemp=Replace(ConTemp,"""","")
ConTemp=Replace(ConTemp,">","")
ConTemp=Replace(ConTemp,"","")
ConTemp=Replace(ConTemp,"nbsp;","")
GetPaing=ConTemp
End Function

标签:电商邀评 延边 优质小号 新乡 苏州 那曲 河池 铜川

巨人网络通讯声明:本文标题《GetPaing 函数之asp采集函数中用到的获取分页的代码》,本文关键词  GetPaing,函数,之,asp,采集,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《GetPaing 函数之asp采集函数中用到的获取分页的代码》相关的同类信息!
  • 本页收集关于GetPaing 函数之asp采集函数中用到的获取分页的代码的相关信息资讯供网民参考!
  • 推荐文章