Commit d9f54724 authored by zhengke's avatar zhengke

1

parent 93f2350a
......@@ -95,7 +95,6 @@
TempData.forEach(x=>{
if(x.QuestionTypeKey=='listening'){
let arr = x.Title.split(" "); //按空格分段
console.log(arr,'arr');
arr.map((e) => {
if (e.indexOf("src") != -1) {
let Before = e.split("url=")[1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment