var str = "New playground" func hello() { print("Hello,World") }
你们中的任何人都知道为什么函数没有被调用?
我真的很感谢你的帮助
func hello() { print("Hello,World") } hello()