热情路灯

文章
5
资源
0
加入时间
3年0月9天

yum 无法使用

[root@zabbix yum.repos.d]# yum updateThere was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was: No module named yumPlease instal...

Swift3.0学习笔记----遍历字符串

我试图用for in结构来遍历字符串,如下代码var word = "ABCD"for i in word { print(i)}但是在for循环中就已经出错了一直提示String不符合某个类型。经过查找资料得到下列解决办法一:作为的 Swift 3, String 不符合 SequenceType 。但是,您可以使用 characters 属性 String.char