(x, arr)
| 2353 | } |
| 2354 | |
| 2355 | function isJsCon(x, arr) { |
| 2356 | if (arr != null) { |
| 2357 | for (let i = 0; i < arr.length; i++) { |
| 2358 | const elem = arr[i].trim() |
| 2359 | if (x.indexOf(elem) != -1) { |
| 2360 | return true |
| 2361 | } |
| 2362 | } //循环结束 |
| 2363 | } //if (arr != null) |
| 2364 | } //isJsCon结束 |
| 2365 | |
| 2366 | function toJsc(jsurl, jscStatus, jsc2Status, jsfrom) { |
| 2367 | if (jscStatus == true || jsc2Status == true) { |