这是我的对象数组,
type PeopleCount []struct{
Name string
Count int
}
type Consultation []struct{
Name string
Opd_count int
Opinion_count int
Req_count int
}
Run Code Online (Sandbox Code Playgroud)
我应该如何将两个对象传递给 html 模板并将它们排列在表格中?