从 MySQL 数据库中,我得到了这种格式的参数。现在我无法访问这些数据。我在变量中取了这个值。
代码:@text =
--- !map:HashWithIndifferentAccess
q5_areaOf:
- Mathematics
- Commerce
q7_residenceCity: Indore
q6_email: james@yahoo.com
action: patient_forms_save
controller: form_assigned_patients
q8_password: "123456"
q3_name: Rahul
formID: "12772743492"
q4_sex: Male
现在我想在 rhtml 页面上显示整个数据。