标签:racket ogr free 官方 emoji span color code tracking
let emptyArray = String[]() 时会提示“Array types are now written with the brackets around the element type”错误,正确的写法应该是
let emptyArray = [String]() 其他类型类似来处理就可以
Array types are now written with the brackets around the element type问题的解决方法
标签:racket ogr free 官方 emoji span color code tracking
原文地址:http://www.cnblogs.com/tlnshuju/p/6937030.html