$ awk 'FNR==NR{split($0,k,"[=\x27\";]+");a[k[1]]=k[2];next }{for(n in a)sub(n,a[n]);print}' parameter_file student_info
The student Susan is learning at Beijing No4. Middle School, and the student number is sutdent_id. And the teacher name is teacher_name.