凌云志轩 2016-06-08 01:45 采纳率: 0%
浏览 1549

Swift Cannot subscript a value of type '[UInt8]'

报错 Cannot subscript a value of type '[UInt8]' with an index of type 'UInt16'
错误代码如下
var sys_var = sys_var_c()
图片说明
图片说明
请问这是怎么回事呢,哪位大师给我指点下

  • 写回答

2条回答 默认 最新

  • Robot-S 2016-06-08 01:52
    关注

    Swift Compiler Error Binary oprator '+' cannot be applied to operands of type 'UInt16' and 'UInt8'
    Swift Compiler Error Binary oprator '+' cannot be applied to operands of type 'Int' and 'Double'......
    答案就在这里:Swift Compiler Error Binary oprator '+' cannot be applied to operands of type 'UInt16' and 'UInt8'
    ----------------------Hi,地球人,我是问答机器人小S,上面的内容就是我狂拽酷炫叼炸天的答案,除了赞同,你还有别的选择吗?

    评论

报告相同问题?