智慧校园考试-班级报告
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cover.js 194B

12345
  1. $(function () {
  2. var parameter = JSON.parse($(".cover_html_root").data("page-params"));
  3. $(".cover .school_name").text(parameter.examname);
  4. $(".cover .examtime").text(parameter.examdate);
  5. })