const QString JSONController::kFileExam = "exam.json"; JSONController::JSONController() { // JSON ÆÄÀÏ À¯¹« È®ÀÎ if (QFile::exists(kFileExam) == false) Make(); // ¾øÀ¸¸é »ý¼º Read(); }