INNER CODE UNIT · JavaScript

cStr

ceilf6/Auto_courseGrabber · web结构/展开前页面结构/自主选课_files/index.js:525

                                        cStr=cStr+obt;
                                    })
                                }else{
                                    item.tjList.forEach(function(dep,inp){
                                        var obt = `<label class="radio-inline"><input type="radio" id='${item.id}' name='${item.name}' value='${dep.key}' ${inp==0?'checked="checked"':''} />${dep.value}</label>`
                                        cStr=cStr+obt;
                                    })
                                }
                            }
                            var dxkStr = `<div class="col-sm-6 col-md-${that.allOpt.colSmNum}${that.allOpt.maxShowNum && index+1>that.allOpt.maxShowNum?' hiddenBox':''}">
                                <div class="form-group">
                                    <label for="" class="col-sm-4 control-label">${item.sfbt==1?'<span class="red">*</span>':''}${item.zwmc}</label>
                                    <div class="col-sm-8 dxk">
                                        <input type="hidden" name="hid_radio" value='${item.tjtjz}' />${cStr}
                                    </div>
                                </div>
                            </div>`
                            htmlStr = htmlStr+dxkStr;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…