|
|
■■■■■■■■[09:22:20] 登录前提交网址3 【返回】: if($('secqaa_S0')) {
var sectpl = '';
if(typeof (seccheck_tpl['S0'])!=='undefined'){
sectpl = seccheck_tpl['S0'].replace(/<hash>/g, 'codeS0') ;
}
var sectplcode = sectpl != '' ? sectpl.split('<sec>') : Array('<br />',': ','<br />','');
var string = '<input name="secqaahash" type="hidden" value="S0" />' + '首页导航条有多少个栏目?' + sectplcode[3];
evalscript(string);
$('secqaa_S0').innerHTML = string;
}
■■■■■■■■[09:22:20] 登录前提交3参数1 【正则 处理前】:
secqaahash" type="hidden" value="S0" />' \+ '(.*?)\?' \+ sectplcode\[3\]
■■■■■■■■[09:22:20] 登录前提交3参数1 【正则 处理后】:
secqaahash" type="hidden" value="S0" />' \+ '(.*?)\?' \+ sectplcode\[3\]
■■■■■■■■[09:22:20] 登录前提交3参数1 【正则 结果】:
https://www.07430743.com/misc.php?mod=secqaa&action=update&idhash=S0&0.5797722215415482
前面的不要 sectplcode[3]固定的话 直接去后面的地址
'(.*?)\?' \+ sectplcode\[3];
|
|