Var assUrl=obj. Data. AssistUrl. Split (", ");
For (var I=0; I
//var aLink=document. The createElement method (' a ');
//aLink. Download=assUrl [I];
//aLink href='https://bbs.csdn.net/file/download? FilePath='+ assUrl [I];
//the document. The body. The appendChild (aLink);
//aLink. Click ();
//the document. The body. RemoveChild (aLink);
}