有人能告诉我这个JSON结构有什么问题吗?
[
"myDay": "Sun",
"mytDate": "16/07/2017",
"myRows": [{
"myId": 1,
"myTime": "11:00",
"myNotesCount": 1,
}],
myHours": 110
]
答案 0 :(得分:1)
{}
应该是:
myHours
"
附近override func viewDidLoad() {
super.viewDidLoad()
tableView.superview?.shadow() // instead of this tableView.shadow()
}