()
| 146 | } |
| 147 | |
| 148 | function Profile_Handle() { |
| 149 | let a = content0 |
| 150 | PProfile= PProfile==1? "001":PProfile |
| 151 | PProfile= PProfile==8? "010": PProfile |
| 152 | PProfile= PProfile==9? "011": PProfile |
| 153 | srm = a.split("[server_remote]")[1] && String(PProfile)[0]=="1"? VCheck(a.split("[server_remote]")[1].split("[")[0]) : "" |
| 154 | frm = a.split("[filter_remote]")[1] && String(PProfile)[1]=="1"? VCheck(a.split("[filter_remote]")[1].split("[")[0]) : "" |
| 155 | rrm = a.split("[rewrite_remote]")[1] && String(PProfile)[2]=="1"? VCheck(a.split("[rewrite_remote]")[1].split("[")[0]) : "" |
| 156 | RLink=RLink.replace("sremoteposition",srm).replace("fremoteposition",frm).replace("rremoteposition",rrm) |
| 157 | ADDres=ADDres.replace("url-encoded-json",encodeURIComponent(RLink)) |
| 158 | } |
| 159 | |
| 160 | // |
| 161 | //流量信息 |
no test coverage detected
searching dependent graphs…