最新回答 / 凌枫888
新手,请教下为什么用uuid?我这样做有什么缺点? let id = Int(todos.count)+1 let thisid = String(id) let todo = TodoModel(id:thisid, image: image, title: todoItem.text!, date:todoDate.date)
2015-01-17