by 伍雪颖 let date = NSDate()let name = date.dynamicTypeprintln(name)let string = "Hello"let name1 = string.dynamicType println(name1) 相关文章: