2017-04-24 83 views

回答

1
```swift 
struct Animal { 
    let nickName : String? 
} 
``` 

应该这样做

+0

呀,我还以为这是太简单了。我正在比较它的JavaScript版本。谢谢! – anitteb