美文网首页
swift3.0 报错Cannot invoke ‘index’

swift3.0 报错Cannot invoke ‘index’

作者: 浅浅_e90e | 来源:发表于2017-05-31 19:00 被阅读0次

    出现 Cannot invoke ‘index’ with an argument list of type’(XXX?)’

    这个XXX类是可选类型

    而这个方法需要传一个确定类型,即非可选值类型,所以报错

    在XXX后面加添“!”,将它强解包就可以编译通过了

    相关文章

      网友评论

          本文标题:swift3.0 报错Cannot invoke ‘index’

          本文链接:https://www.haomeiwen.com/subject/mimjfxtx.html