- Swift Functional Programming(Second Edition)
- Dr. Fatih Nayebi
- 40字
- 2021-07-02 23:54:25
Concatenating strings and characters
Strings and characters can be concatenated as follows:
let string1 = "Hello"
let string2 = " Mr"
var welcome = string1+string2
var instruction = "Follow us please"
instruction += string2
let exclamationMark: Character = "!"
welcome.append(exclamationMark)
推薦閱讀
- 輕松學大數據挖掘:算法、場景與數據產品
- WS-BPEL 2.0 Beginner's Guide
- 深度剖析Hadoop HDFS
- 智能數據分析:入門、實戰與平臺構建
- 數據挖掘原理與SPSS Clementine應用寶典
- ZeroMQ
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- 云原生數據中臺:架構、方法論與實踐
- Python數據分析與數據化運營
- Google Cloud Platform for Developers
- 貫通SQL Server 2008數據庫系統開發
- MySQL DBA修煉之道
- Gideros Mobile Game Development
- 數據應用工程:方法論與實踐
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)