Swift - 13 - 字符串和Character

//: Playground - noun: a place where people can play

import UIKit

var str = "hi"

// 字符串拼接
str += ", rinpe"
str += ", lili" // 创建一个空的字符串
var nullStr = String()
var nullStr2 = "" // 判断一个字符串是否为空
nullStr.isEmpty // 字符串遍历
for string in str.characters {
string
} // Charater
var ch:Character = "
上一篇:机器学习——逻辑回归(Logistic Regression)


下一篇:.net 禁止远程查看应用程序错误的详细信息,服务器上出现应用程序错误