Skip to main content

获取原卷

本函数可以获得指定用户的原卷并保存为HTML,有时效性

方法定义:

def get_original_paper(self, userId: str, paperId: str, saveToPath: str) -> bool:

userId是需要查询原卷的学生的ID(student.id)

paperId是需要查询原卷的学科ID(topicSetId)

saveToPath是原卷的保存位置,精确到文件名(如:D:\paper.html

返回值:True表示成功。