lix02 commited on
Commit
bf651b5
·
verified ·
1 Parent(s): 36cc79e

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -43,6 +43,7 @@ app.get('/', async (req, res) => {
43
  const matchcib = htmlContent.match(regex);
44
  if (matchcib) {
45
  // return matchcib[0];
 
46
  // 使用正则表达式提取所有的JS文件URL
47
  const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
48
  const matches = htmlContent.match(allregex)
 
43
  const matchcib = htmlContent.match(regex);
44
  if (matchcib) {
45
  // return matchcib[0];
46
+ console.log(matchcib[0]);
47
  // 使用正则表达式提取所有的JS文件URL
48
  const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
49
  const matches = htmlContent.match(allregex)