我想将mysql表中的数据数据填充到uitableviewcelll中。 当我尝试时只得到第一行值时,我没有得到符合条件的其他数据行。
let json = try JSONSerialization.jsonObject(with: data!, options: []) as? NSDictionary
print(json as Any)
这里json只打印一行值。
Optional({
Saturday = 1;
friday = 1;
message = "following Students are assigned to Teacher";
monday = 1;
perday = 1;
pid = 101;
status = 1;
sunday = 1;
thursday = 1;
tuesday = 1;
wednesday = 1;
})
我有下一个pid 104,106名学生。