tid=Request.QueryString("id")
tableName="P_T_JIUYU_JYPL"
'instr 与 indexof 类似
if Instr(1, tid, "dxcl_")>0 then
tid=Replace(tid,"dxcl_","")
tableName="P_T_JIUYU_DXCL"
end if
if Instr(1, tid, "jypl_")>0 then
tid=Replace(tid,"jypl_","")
tableName="P_T_JIUYU_JYPL"
end if
if not IsNumeric(tid) then
tid=-1
end if
“相关推荐”对你有帮助么?
-
非常没帮助
-
没帮助
-
一般
-
有帮助
-
非常有帮助
提交