933 lines
45 KiB
HTML
933 lines
45 KiB
HTML
<!DOCTYPE HTML>
|
||
<html lang="en-US" manifest="../manifest.appcache">
|
||
|
||
<head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#">
|
||
|
||
|
||
<meta charset="UTF-8">
|
||
<title>《The Swift Programming Language》中文版</title>
|
||
|
||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||
<meta name="robots" content="index, follow">
|
||
<meta name="author" content="">
|
||
<meta name="description" content="Swift 中文翻译组:364279588(要求对翻译感兴趣)">
|
||
<meta name="keywords" content="gitbook,github" >
|
||
<meta name="generator" content="www.gitbook.io">
|
||
|
||
|
||
<link rel="next" href="../chapter2/04_Collection_Types.html" />
|
||
|
||
|
||
<link rel="prev" href="../chapter2/02_Basic_Operators.html" />
|
||
|
||
|
||
<meta property="og:title" content="字符串和字符 | The Swift Programming Language 中文版">
|
||
<meta property="og:site_name" content="The Swift Programming Language 中文版">
|
||
<meta property="og:type" content="book">
|
||
<meta property="og:locale" content="en_US">
|
||
|
||
<meta property="book:author" content="https://github.com/">
|
||
<meta property="book:tag" content="GitBook">
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
||
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||
|
||
|
||
</head>
|
||
<body>
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="../gitbook/style.css">
|
||
|
||
|
||
|
||
|
||
<div class="book" data-level="2.3" data-basepath=".." data-revision="1402556298428">
|
||
<div class="book-header">
|
||
<!-- Actions Left -->
|
||
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
|
||
|
||
<a href="https://github.com/null" target="_blank" class="btn pull-left home-bookmark" aria-label="GitHub home"><i class="fa fa-bookmark-o"></i></a>
|
||
|
||
<a href="#" class="btn pull-left toggle-search" aria-label="Toggle search"><i class="fa fa-search"></i></a>
|
||
<span id="font-settings-wrapper">
|
||
<a href="#" class="btn pull-left toggle-font-settings" aria-label="Toggle font settings"><i class="fa fa-font"></i>
|
||
</a>
|
||
<div class="dropdown-menu font-settings">
|
||
<div class="dropdown-caret">
|
||
<span class="caret-outer"></span>
|
||
<span class="caret-inner"></span>
|
||
</div>
|
||
|
||
<div class="btn-group btn-block">
|
||
<button id="reduce-font-size" class="btn btn-default">A</button>
|
||
<button id="enlarge-font-size" class="btn btn-default">A</button>
|
||
</div>
|
||
|
||
<ul class="list-group font-family-list">
|
||
<li class="list-group-item" data-font="0">Serif</li>
|
||
<li class="list-group-item" data-font="1">Sans</li>
|
||
</ul>
|
||
|
||
<div class="btn-group btn-group-xs btn-block color-theme-list">
|
||
<button type="button" class="btn btn-default" id="color-theme-preview-0" data-theme="0">White</button>
|
||
<button type="button" class="btn btn-default" id="color-theme-preview-1" data-theme="1">Sepia</button>
|
||
<button type="button" class="btn btn-default" id="color-theme-preview-2" data-theme="2">Night</button>
|
||
</div>
|
||
</div>
|
||
|
||
</span>
|
||
|
||
<!-- Actions Right -->
|
||
|
||
<a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Share on Google Plus"><i class="fa fa-google-plus"></i></a>
|
||
|
||
|
||
<a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Share on Facebook"><i class="fa fa-facebook"></i></a>
|
||
|
||
|
||
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a>
|
||
|
||
|
||
|
||
|
||
<!-- Title -->
|
||
<h1>
|
||
<i class="fa fa-spinner fa-spin"></i>
|
||
<a href="../" >The Swift Programming Language 中文版</a>
|
||
</h1>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="book-summary">
|
||
<div class="book-search">
|
||
<input type="text" placeholder="Search" class="form-control" />
|
||
</div>
|
||
<ul class="summary">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li data-level="0" data-path="index.html">
|
||
<a href="../"><i class="fa fa-check"></i> 序</a>
|
||
</li>
|
||
|
||
|
||
<li class="chapter " data-level="1" data-path="chapter1/chapter1.html">
|
||
|
||
<a href="../chapter1/chapter1.html">
|
||
<i class="fa fa-check"></i> <b>1.</b> 欢迎使用 Swift
|
||
</a>
|
||
|
||
|
||
<ul class="articles">
|
||
|
||
|
||
<li class="chapter " data-level="1.1" data-path="chapter1/01_swift.html">
|
||
|
||
<a href="../chapter1/01_swift.html">
|
||
<i class="fa fa-check"></i> <b>1.1.</b> 关于 Swift
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="1.2" data-path="chapter1/02_a_swift_tour.html">
|
||
|
||
<a href="../chapter1/02_a_swift_tour.html">
|
||
<i class="fa fa-check"></i> <b>1.2.</b> Swift 初见
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2" data-path="chapter2/chapter2.html">
|
||
|
||
<a href="../chapter2/chapter2.html">
|
||
<i class="fa fa-check"></i> <b>2.</b> Swift 教程
|
||
</a>
|
||
|
||
|
||
<ul class="articles">
|
||
|
||
|
||
<li class="chapter " data-level="2.1" data-path="chapter2/01_The_Basics.html">
|
||
|
||
<a href="../chapter2/01_The_Basics.html">
|
||
<i class="fa fa-check"></i> <b>2.1.</b> 基础部分
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.2" data-path="chapter2/02_Basic_Operators.html">
|
||
|
||
<a href="../chapter2/02_Basic_Operators.html">
|
||
<i class="fa fa-check"></i> <b>2.2.</b> 基本运算符
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.3" data-path="chapter2/03_Strings_and_Characters.html">
|
||
|
||
<a href="../chapter2/03_Strings_and_Characters.html">
|
||
<i class="fa fa-check"></i> <b>2.3.</b> 字符串和字符
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.4" data-path="chapter2/04_Collection_Types.html">
|
||
|
||
<a href="../chapter2/04_Collection_Types.html">
|
||
<i class="fa fa-check"></i> <b>2.4.</b> 集合类型
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.5" data-path="chapter2/05_Control_Flow.html">
|
||
|
||
<a href="../chapter2/05_Control_Flow.html">
|
||
<i class="fa fa-check"></i> <b>2.5.</b> 控制流
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.6" data-path="chapter2/06_Functions.html">
|
||
|
||
<a href="../chapter2/06_Functions.html">
|
||
<i class="fa fa-check"></i> <b>2.6.</b> 函数
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.7" data-path="chapter2/07_Closures.html">
|
||
|
||
<a href="../chapter2/07_Closures.html">
|
||
<i class="fa fa-check"></i> <b>2.7.</b> 闭包
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.8" data-path="chapter2/08_Enumerations.html">
|
||
|
||
<a href="../chapter2/08_Enumerations.html">
|
||
<i class="fa fa-check"></i> <b>2.8.</b> 枚举
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.9" data-path="chapter2/09_Classes_and_Structures.html">
|
||
|
||
<a href="../chapter2/09_Classes_and_Structures.html">
|
||
<i class="fa fa-check"></i> <b>2.9.</b> 类和结构体
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.10" data-path="chapter2/10_Properties.html">
|
||
|
||
<a href="../chapter2/10_Properties.html">
|
||
<i class="fa fa-check"></i> <b>2.10.</b> 属性
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.11" data-path="chapter2/11_Methods.html">
|
||
|
||
<a href="../chapter2/11_Methods.html">
|
||
<i class="fa fa-check"></i> <b>2.11.</b> 方法
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.12" data-path="chapter2/12_Subscripts.html">
|
||
|
||
<a href="../chapter2/12_Subscripts.html">
|
||
<i class="fa fa-check"></i> <b>2.12.</b> 附属脚本
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.13" data-path="chapter2/13_Inheritance.html">
|
||
|
||
<a href="../chapter2/13_Inheritance.html">
|
||
<i class="fa fa-check"></i> <b>2.13.</b> 继承
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.14" data-path="chapter2/14_Initialization.html">
|
||
|
||
<a href="../chapter2/14_Initialization.html">
|
||
<i class="fa fa-check"></i> <b>2.14.</b> 构造过程
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.15" data-path="chapter2/15_Deinitialization.html">
|
||
|
||
<a href="../chapter2/15_Deinitialization.html">
|
||
<i class="fa fa-check"></i> <b>2.15.</b> 析构过程
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.16" data-path="chapter2/16_Automatic_Reference_Counting.html">
|
||
|
||
<a href="../chapter2/16_Automatic_Reference_Counting.html">
|
||
<i class="fa fa-check"></i> <b>2.16.</b> 自动引用计数
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.17" data-path="chapter2/17_Optional_Chaining.html">
|
||
|
||
<a href="../chapter2/17_Optional_Chaining.html">
|
||
<i class="fa fa-check"></i> <b>2.17.</b> 可选链
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.18" data-path="chapter2/18_Type_Casting.html">
|
||
|
||
<a href="../chapter2/18_Type_Casting.html">
|
||
<i class="fa fa-check"></i> <b>2.18.</b> 类型检查
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.19" data-path="chapter2/19_Nested_Types.html">
|
||
|
||
<a href="../chapter2/19_Nested_Types.html">
|
||
<i class="fa fa-check"></i> <b>2.19.</b> 类型嵌套
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.20" data-path="chapter2/20_Extensions.html">
|
||
|
||
<a href="../chapter2/20_Extensions.html">
|
||
<i class="fa fa-check"></i> <b>2.20.</b> 扩展
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.21" data-path="chapter2/21_Protocols.html">
|
||
|
||
<a href="../chapter2/21_Protocols.html">
|
||
<i class="fa fa-check"></i> <b>2.21.</b> 协议
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.22" data-path="chapter2/22_Generics.html">
|
||
|
||
<a href="../chapter2/22_Generics.html">
|
||
<i class="fa fa-check"></i> <b>2.22.</b> 泛型
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="2.23" data-path="chapter2/23_Advanced_Operators.html">
|
||
|
||
<a href="../chapter2/23_Advanced_Operators.html">
|
||
<i class="fa fa-check"></i> <b>2.23.</b> 高级操作符
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3" data-path="chapter3/chapter3.html">
|
||
|
||
<a href="../chapter3/chapter3.html">
|
||
<i class="fa fa-check"></i> <b>3.</b> 语言参考
|
||
</a>
|
||
|
||
|
||
<ul class="articles">
|
||
|
||
|
||
<li class="chapter " data-level="3.1" data-path="chapter3/01_About_the_Language_Reference.html">
|
||
|
||
<a href="../chapter3/01_About_the_Language_Reference.html">
|
||
<i class="fa fa-check"></i> <b>3.1.</b> 关于语言参考
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.2" data-path="chapter3/02_Lexical_Structure.html">
|
||
|
||
<a href="../chapter3/02_Lexical_Structure.html">
|
||
<i class="fa fa-check"></i> <b>3.2.</b> 词法结构
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.3" data-path="chapter3/03_Types.html">
|
||
|
||
<a href="../chapter3/03_Types.html">
|
||
<i class="fa fa-check"></i> <b>3.3.</b> 类型
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.4" data-path="chapter3/04_Expressions.html">
|
||
|
||
<a href="../chapter3/04_Expressions.html">
|
||
<i class="fa fa-check"></i> <b>3.4.</b> 表达式
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.5" data-path="chapter3/10_Statements.html">
|
||
|
||
<a href="../chapter3/10_Statements.html">
|
||
<i class="fa fa-check"></i> <b>3.5.</b> 语句
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.6" data-path="chapter3/05_Declarations.html">
|
||
|
||
<a href="../chapter3/05_Declarations.html">
|
||
<i class="fa fa-check"></i> <b>3.6.</b> 声明
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.7" data-path="chapter3/06_Attributes.html">
|
||
|
||
<a href="../chapter3/06_Attributes.html">
|
||
<i class="fa fa-check"></i> <b>3.7.</b> 特性
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.8" data-path="chapter3/07_Patterns.html">
|
||
|
||
<a href="../chapter3/07_Patterns.html">
|
||
<i class="fa fa-check"></i> <b>3.8.</b> 模式
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.9" data-path="chapter3/08_Generic_Parameters_and_Arguments.html">
|
||
|
||
<a href="../chapter3/08_Generic_Parameters_and_Arguments.html">
|
||
<i class="fa fa-check"></i> <b>3.9.</b> 泛型参数
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
<li class="chapter " data-level="3.10" data-path="chapter3/09_Summary_of_the_Grammar.html">
|
||
|
||
<a href="../chapter3/09_Summary_of_the_Grammar.html">
|
||
<i class="fa fa-check"></i> <b>3.10.</b> 语法总结
|
||
</a>
|
||
|
||
|
||
</li>
|
||
|
||
|
||
</ul>
|
||
|
||
</li>
|
||
|
||
|
||
|
||
|
||
<li class="divider"></li>
|
||
<li>
|
||
<a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Generated using GitBook</a>
|
||
</li>
|
||
<li style="margin-left:15%;"> <iframe src="http://ghbtns.com/github-btn.html?user=numbbbbb&repo=the-swift-programming-language-in-chinese&type=watch&count=true&size=large"
|
||
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="book-body">
|
||
<div class="body-inner">
|
||
<div class="page-wrapper" tabindex="-1">
|
||
<div class="book-progress">
|
||
<div class="bar">
|
||
<div class="inner" style="width: 55.26315789473684%;min-width: 52.63157894736842%;"></div>
|
||
</div>
|
||
<div class="chapters">
|
||
|
||
<a href="../index.html" title="Introduction" class="chapter done new-chapter" data-progress="0" style="left: 0%;"></a>
|
||
|
||
<a href="../chapter1/chapter1.html" title="欢迎使用 Swift" class="chapter done new-chapter" data-progress="1" style="left: 2.6315789473684212%;"></a>
|
||
|
||
<a href="../chapter1/01_swift.html" title="关于 Swift" class="chapter done " data-progress="1.1" style="left: 5.2631578947368425%;"></a>
|
||
|
||
<a href="../chapter1/02_a_swift_tour.html" title="Swift 初见" class="chapter done " data-progress="1.2" style="left: 7.894736842105263%;"></a>
|
||
|
||
<a href="../chapter2/chapter2.html" title="Swift 教程" class="chapter done new-chapter" data-progress="2" style="left: 10.526315789473685%;"></a>
|
||
|
||
<a href="../chapter2/01_The_Basics.html" title="基础部分" class="chapter done " data-progress="2.1" style="left: 13.157894736842104%;"></a>
|
||
|
||
<a href="../chapter2/10_Properties.html" title="属性" class="chapter done " data-progress="2.10" style="left: 15.789473684210526%;"></a>
|
||
|
||
<a href="../chapter2/11_Methods.html" title="方法" class="chapter done " data-progress="2.11" style="left: 18.42105263157895%;"></a>
|
||
|
||
<a href="../chapter2/12_Subscripts.html" title="附属脚本" class="chapter done " data-progress="2.12" style="left: 21.05263157894737%;"></a>
|
||
|
||
<a href="../chapter2/13_Inheritance.html" title="继承" class="chapter done " data-progress="2.13" style="left: 23.68421052631579%;"></a>
|
||
|
||
<a href="../chapter2/14_Initialization.html" title="构造过程" class="chapter done " data-progress="2.14" style="left: 26.31578947368421%;"></a>
|
||
|
||
<a href="../chapter2/15_Deinitialization.html" title="析构过程" class="chapter done " data-progress="2.15" style="left: 28.94736842105263%;"></a>
|
||
|
||
<a href="../chapter2/16_Automatic_Reference_Counting.html" title="自动引用计数" class="chapter done " data-progress="2.16" style="left: 31.57894736842105%;"></a>
|
||
|
||
<a href="../chapter2/17_Optional_Chaining.html" title="可选链" class="chapter done " data-progress="2.17" style="left: 34.21052631578947%;"></a>
|
||
|
||
<a href="../chapter2/18_Type_Casting.html" title="类型检查" class="chapter done " data-progress="2.18" style="left: 36.8421052631579%;"></a>
|
||
|
||
<a href="../chapter2/19_Nested_Types.html" title="类型嵌套" class="chapter done " data-progress="2.19" style="left: 39.473684210526315%;"></a>
|
||
|
||
<a href="../chapter2/02_Basic_Operators.html" title="基本运算符" class="chapter done " data-progress="2.2" style="left: 42.10526315789474%;"></a>
|
||
|
||
<a href="../chapter2/20_Extensions.html" title="扩展" class="chapter done " data-progress="2.20" style="left: 44.73684210526316%;"></a>
|
||
|
||
<a href="../chapter2/21_Protocols.html" title="协议" class="chapter done " data-progress="2.21" style="left: 47.36842105263158%;"></a>
|
||
|
||
<a href="../chapter2/22_Generics.html" title="泛型" class="chapter done " data-progress="2.22" style="left: 50%;"></a>
|
||
|
||
<a href="../chapter2/23_Advanced_Operators.html" title="高级操作符" class="chapter done " data-progress="2.23" style="left: 52.63157894736842%;"></a>
|
||
|
||
<a href="../chapter2/03_Strings_and_Characters.html" title="字符串和字符" class="chapter done " data-progress="2.3" style="left: 55.26315789473684%;"></a>
|
||
|
||
<a href="../chapter2/04_Collection_Types.html" title="集合类型" class="chapter " data-progress="2.4" style="left: 57.89473684210526%;"></a>
|
||
|
||
<a href="../chapter2/05_Control_Flow.html" title="控制流" class="chapter " data-progress="2.5" style="left: 60.526315789473685%;"></a>
|
||
|
||
<a href="../chapter2/06_Functions.html" title="函数" class="chapter " data-progress="2.6" style="left: 63.1578947368421%;"></a>
|
||
|
||
<a href="../chapter2/07_Closures.html" title="闭包" class="chapter " data-progress="2.7" style="left: 65.78947368421052%;"></a>
|
||
|
||
<a href="../chapter2/08_Enumerations.html" title="枚举" class="chapter " data-progress="2.8" style="left: 68.42105263157895%;"></a>
|
||
|
||
<a href="../chapter2/09_Classes_and_Structures.html" title="类和结构体" class="chapter " data-progress="2.9" style="left: 71.05263157894737%;"></a>
|
||
|
||
<a href="../chapter3/chapter3.html" title="语言参考" class="chapter new-chapter" data-progress="3" style="left: 73.6842105263158%;"></a>
|
||
|
||
<a href="../chapter3/01_About_the_Language_Reference.html" title="关于语言参考" class="chapter " data-progress="3.1" style="left: 76.3157894736842%;"></a>
|
||
|
||
<a href="../chapter3/09_Summary_of_the_Grammar.html" title="语法总结" class="chapter " data-progress="3.10" style="left: 78.94736842105263%;"></a>
|
||
|
||
<a href="../chapter3/02_Lexical_Structure.html" title="词法结构" class="chapter " data-progress="3.2" style="left: 81.57894736842105%;"></a>
|
||
|
||
<a href="../chapter3/03_Types.html" title="类型" class="chapter " data-progress="3.3" style="left: 84.21052631578948%;"></a>
|
||
|
||
<a href="../chapter3/04_Expressions.html" title="表达式" class="chapter " data-progress="3.4" style="left: 86.84210526315789%;"></a>
|
||
|
||
<a href="../chapter3/10_Statements.html" title="语句" class="chapter " data-progress="3.5" style="left: 89.47368421052632%;"></a>
|
||
|
||
<a href="../chapter3/05_Declarations.html" title="声明" class="chapter " data-progress="3.6" style="left: 92.10526315789474%;"></a>
|
||
|
||
<a href="../chapter3/06_Attributes.html" title="特性" class="chapter " data-progress="3.7" style="left: 94.73684210526316%;"></a>
|
||
|
||
<a href="../chapter3/07_Patterns.html" title="模式" class="chapter " data-progress="3.8" style="left: 97.36842105263158%;"></a>
|
||
|
||
<a href="../chapter3/08_Generic_Parameters_and_Arguments.html" title="泛型参数" class="chapter " data-progress="3.9" style="left: 100%;"></a>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="page-inner">
|
||
|
||
<section class="normal" id="section-gitbook_125">
|
||
|
||
<blockquote>
|
||
<p>翻译:wh1100717</p>
|
||
<p>校对:Hawstein</p>
|
||
</blockquote>
|
||
<h1 id="-strings-and-characters-">字符串和字符(Strings and Characters)</h1>
|
||
<hr>
|
||
<p>本页包含内容:</p>
|
||
<ul>
|
||
<li><a href="#string_literals">字符串字面量</a></li>
|
||
<li><a href="#initializing_an_empty_string">初始化空字符串</a></li>
|
||
<li><a href="#string_mutability">字符串可变性</a></li>
|
||
<li><a href="#strings_are_value_types">字符串是值类型</a></li>
|
||
<li><a href="#working_with_characters">使用字符</a></li>
|
||
<li><a href="#counting_characters">计算字符数量</a></li>
|
||
<li><a href="#concatenating_strings_and_characters">连接字符串和字符</a></li>
|
||
<li><a href="#string_interpolation">字符串插值</a></li>
|
||
<li><a href="#comparing_strings">比较字符串</a></li>
|
||
<li><a href="#uppercase_and_lowercase_strings">字符串大小写</a></li>
|
||
<li><a href="#unicode">Unicode</a></li>
|
||
</ul>
|
||
<p><code>String</code>是例如“hello, world”,“海贼王” 这样的有序的<code>Character</code>(字符)类型的值的集合,通过<code>String</code>类型来表示。</p>
|
||
<p>Swift 的<code>String</code>和<code>Character</code>类型提供了一个快速的,兼容 Unicode 的方式来处理代码中的文本信息。
|
||
创建和操作字符串的语法与 C 语言中字符串操作相似,轻量并且易读。
|
||
字符串连接操作只需要简单地通过<code>+</code>号将两个字符串相连即可。
|
||
与 Swift 中其他值一样,能否更改字符串的值,取决于其被定义为常量还是变量。</p>
|
||
<p>尽管语法简易,但<code>String</code>类型是一种快速、现代化的字符串实现。
|
||
每一个字符串都是由独立编码的 Unicode 字符组成,并提供了以不同 Unicode 表示(representations)来访问这些字符的支持。</p>
|
||
<p>Swift 可以在常量、变量、字面量和表达式中进行字符串插值操作,可以轻松创建用于展示、存储和打印的自定义字符串。</p>
|
||
<blockquote>
|
||
<p>注意:</p>
|
||
<p>Swift 的<code>String</code>类型与 Foundation <code>NSString</code>类进行了无缝桥接。如果您利用 Cocoa 或 Cocoa Touch 中的 Foundation 框架进行工作。所有<code>NSString</code> API 都可以调用您创建的任意<code>String</code>类型的值。除此之外,还可以使用本章介绍的<code>String</code>特性。您也可以在任意要求传入<code>NSString</code>实例作为参数的 API 中使用<code>String</code>类型的值作为替代。</p>
|
||
<p>更多关于在 Foundation 和 Cocoa 中使用<code>String</code>的信息请查看 <a href="https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/index.html#//apple_ref/doc/uid/TP40014216" target="_blank">Using Swift with Cocoa and Objective-C</a>。</p>
|
||
</blockquote>
|
||
<p><a name="string_literals"></a></p>
|
||
<h2 id="-string-literals-">字符串字面量(String Literals)</h2>
|
||
<p>您可以在您的代码中包含一段预定义的字符串值作为字符串字面量。
|
||
字符串字面量是由双引号 ("") 包裹着的具有固定顺序的文本字符集。</p>
|
||
<p>字符串字面量可以用于为常量和变量提供初始值。</p>
|
||
<pre><code>let someString = "Some string literal value"
|
||
</code></pre><blockquote>
|
||
<p>注意:</p>
|
||
<p><code>someString</code>变量通过字符串字面量进行初始化,Swift 因此推断该变量为<code>String</code>类型。</p>
|
||
</blockquote>
|
||
<p>字符串字面量可以包含以下特殊字符:</p>
|
||
<ul>
|
||
<li>转义字符<code>\0</code>(空字符)、<code>\\</code>(反斜线)、<code>\t</code>(水平制表符)、<code>\n</code>(换行符)、<code>\r</code>(回车符)、<code>\"</code>(双引号)、<code>\'</code>(单引号)。</li>
|
||
<li>单字节 Unicode 标量,写成<code>\xnn</code>,其中<code>nn</code>为两位十六进制数。</li>
|
||
<li>双字节 Unicode 标量,写成<code>\unnnn</code>,其中<code>nnnn</code>为四位十六进制数。</li>
|
||
<li>四字节 Unicode 标量,写成<code>\Unnnnnnnn</code>,其中<code>nnnnnnnn</code>为八位十六进制数。</li>
|
||
</ul>
|
||
<p>下面的代码为各种特殊字符的使用示例。
|
||
<code>wiseWords</code>常量包含了两个转移特殊字符 (双括号);
|
||
<code>dollarSign</code>、<code>blackHeart</code>和<code>sparklingHeart</code>常量演示了三种不同格式的 Unicode 标量:</p>
|
||
<pre><code>let wiseWords = "\"我是要成为海贼王的男人\" - 路飞"
|
||
// "我是要成为海贼王的男人" - 路飞
|
||
let dollarSign = "\x24" // $, Unicode 标量 U+0024
|
||
let blackHeart = "\u2665" // ♥, Unicode 标量 U+2665
|
||
let sparklingHeart = "\U0001F496" // 💖, Unicode 标量 U+1F496
|
||
</code></pre><p><a name="initializing_an_empty_string"></a></p>
|
||
<h2 id="-initializing-an-empty-string-">初始化空字符串 (Initializing an Empty String)</h2>
|
||
<p>为了构造一个很长的字符串,可以创建一个空字符串作为初始值。
|
||
可以将空的字符串字面量赋值给变量,也可以初始化一个新的<code>String</code>实例:</p>
|
||
<pre><code>var emptyString = "" // 空字符串字面量
|
||
var anotherEmptyString = String() // 初始化 String 实例
|
||
// 两个字符串均为空并等价。
|
||
</code></pre><p>您可以通过检查其<code>Boolean</code>类型的<code>isEmpty</code>属性来判断该字符串是否为空:</p>
|
||
<pre><code>if emptyString.isEmpty {
|
||
println("什么都没有")
|
||
}
|
||
// 打印输出:"什么都没有"
|
||
</code></pre><p><a name="string_mutability"></a></p>
|
||
<h2 id="-string-mutability-">字符串可变性 (String Mutability)</h2>
|
||
<p>您可以通过将一个特定字符串分配给一个变量来对其进行修改,或者分配给一个常量来保证其不会被修改:</p>
|
||
<pre><code>var variableString = "Horse"
|
||
variableString += " and carriage"
|
||
// variableString 现在为 "Horse and carriage"
|
||
let constantString = "Highlander"
|
||
constantString += " and another Highlander"
|
||
// 这会报告一个编译错误 (compile-time error) - 常量不可以被修改。
|
||
</code></pre><blockquote>
|
||
<p>注意:</p>
|
||
<p>在 Objective-C 和 Cocoa 中,您通过选择两个不同的类(<code>NSString</code>和<code>NSMutableString</code>)来指定该字符串是否可以被修改,Swift 中的字符串是否可以修改仅通过定义的是变量还是常量来决定,实现了多种类型可变性操作的统一。</p>
|
||
</blockquote>
|
||
<p><a name="strings_are_value_types"></a></p>
|
||
<h2 id="-strings-are-value-types-">字符串是值类型(Strings Are Value Types)</h2>
|
||
<p>Swift 的<code>String</code>类型是值类型。
|
||
如果您创建了一个新的字符串,那么当其进行常量、变量赋值操作或在函数/方法中传递时,会进行值拷贝。
|
||
任何情况下,都会对已有字符串值创建新副本,并对该新副本进行传递或赋值操作。
|
||
值类型在 <a href="09_Classes_and_Structures.html#structures_and_enumerations_are_value_types">结构体和枚举是值类型</a> 中进行了说明。</p>
|
||
<blockquote>
|
||
<p>注意:</p>
|
||
<p>与 Cocoa 中的<code>NSString</code>不同,当您在 Cocoa 中创建了一个<code>NSString</code>实例,并将其传递给一个函数/方法,或者赋值给一个变量,您传递或赋值的是该<code>NSString</code>实例的一个引用,除非您特别要求进行值拷贝,否则字符串不会生成新的副本来进行赋值操作。</p>
|
||
</blockquote>
|
||
<p>Swift 默认字符串拷贝的方式保证了在函数/方法中传递的是字符串的值。
|
||
很明显无论该值来自于哪里,都是您独自拥有的。
|
||
您可以放心您传递的字符串本身不会被更改。</p>
|
||
<p>在实际编译时,Swift 编译器会优化字符串的使用,使实际的复制只发生在绝对必要的情况下,这意味着您将字符串作为值类型的同时可以获得极高的性能。</p>
|
||
<p><a name="working_with_characters"></a></p>
|
||
<h2 id="-working-with-characters-">使用字符(Working with Characters)</h2>
|
||
<p>Swift 的<code>String</code>类型表示特定序列的<code>Character</code>(字符) 类型值的集合。
|
||
每一个字符值代表一个 Unicode 字符。
|
||
您可利用<code>for-in</code>循环来遍历字符串中的每一个字符:</p>
|
||
<pre><code>for character in "Dog!🐶" {
|
||
println(character)
|
||
}
|
||
// D
|
||
// o
|
||
// g
|
||
// !
|
||
// 🐶
|
||
</code></pre><p>for-in 循环在 <a href="05_Control_Flow.html#for_loops">For Loops</a> 中进行了详细描述。</p>
|
||
<p>另外,通过标明一个<code>Character</code>类型注解并通过字符字面量进行赋值,可以建立一个独立的字符常量或变量:</p>
|
||
<pre><code>let yenSign: Character = "¥"
|
||
</code></pre><p><a name="counting_characters"></a></p>
|
||
<h2 id="-counting-characters-">计算字符数量 (Counting Characters)</h2>
|
||
<p>通过调用全局<code>countElements</code>函数,并将字符串作为参数进行传递,可以获取该字符串的字符数量。</p>
|
||
<pre><code>let unusualMenagerie = "Koala 🐨, Snail 🐌, Penguin 🐧, Dromedary 🐪"
|
||
println("unusualMenagerie has \(countElements(unusualMenagerie)) characters")
|
||
// 打印输出:"unusualMenagerie has 40 characters"
|
||
</code></pre><blockquote>
|
||
<p>注意:</p>
|
||
<p>不同的 Unicode 字符以及相同 Unicode 字符的不同表示方式可能需要不同数量的内存空间来存储。所以 Swift 中的字符在一个字符串中并不一定占用相同的内存空间。因此字符串的长度不得不通过迭代字符串中每一个字符的长度来进行计算。如果您正在处理一个长字符串,需要注意<code>countElements</code>函数必须遍历字符串中的字符以精准计算字符串的长度。</p>
|
||
<p>另外需要注意的是通过<code>countElements</code>返回的字符数量并不总是与包含相同字符的<code>NSString</code>的<code>length</code>属性相同。<code>NSString</code>的<code>length</code>属性是基于利用 UTF-16 表示的十六位代码单元数字,而不是基于 Unicode 字符。为了解决这个问题,<code>NSString</code>的<code>length</code>属性在被 Swift 的<code>String</code>访问时会成为<code>utf16count</code>。</p>
|
||
</blockquote>
|
||
<p><a name="concatenating_strings_and_characters"></a></p>
|
||
<h2 id="-concatenating-strings-and-characters-">连接字符串和字符 (Concatenating Strings and Characters)</h2>
|
||
<p>字符串和字符的值可以通过加法运算符(<code>+</code>)相加在一起并创建一个新的字符串值:</p>
|
||
<pre><code>let string1 = "hello"
|
||
let string2 = " there"
|
||
let character1: Character = "!"
|
||
let character2: Character = "?"
|
||
|
||
let stringPlusCharacter = string1 + character1 // 等于 "hello!"
|
||
let stringPlusString = string1 + string2 // 等于 "hello there"
|
||
let characterPlusString = character1 + string1 // 等于 "!hello"
|
||
let characterPlusCharacter = character1 + character2 // 等于 "!?"
|
||
</code></pre><p>您也可以通过加法赋值运算符 (<code>+=</code>) 将一个字符串或者字符添加到一个已经存在字符串变量上:</p>
|
||
<pre><code>var instruction = "look over"
|
||
instruction += string2
|
||
// instruction 现在等于 "look over there"
|
||
|
||
var welcome = "good morning"
|
||
welcome += character1
|
||
// welcome 现在等于 "good morning!"
|
||
</code></pre><blockquote>
|
||
<p>注意:</p>
|
||
<p>您不能将一个字符串或者字符添加到一个已经存在的字符变量上,因为字符变量只能包含一个字符。</p>
|
||
</blockquote>
|
||
<p><a name="string_interpolation"></a></p>
|
||
<h2 id="-string-interpolation-">字符串插值 (String Interpolation)</h2>
|
||
<p>字符串插值是一种构建新字符串的方式,可以在其中包含常量、变量、字面量和表达式。
|
||
您插入的字符串字面量的每一项都被包裹在以反斜线为前缀的圆括号中:</p>
|
||
<pre><code>let multiplier = 3
|
||
let message = "\(multiplier) 乘以 2.5 是 \(Double(multiplier) * 2.5)"
|
||
// message 是 "3 乘以 2.5 是 7.5"
|
||
</code></pre><p>在上面的例子中,<code>multiplier</code>作为<code>\(multiplier)</code>被插入到一个字符串字面量中。
|
||
当创建字符串执行插值计算时此占位符会被替换为<code>multiplier</code>实际的值。</p>
|
||
<p><code>multiplier</code>的值也作为字符串中后面表达式的一部分。
|
||
该表达式计算<code>Double(multiplier) * 2.5</code>的值并将结果 (7.5) 插入到字符串中。
|
||
在这个例子中,表达式写为<code>\(Double(multiplier) * 2.5)</code>并包含在字符串字面量中。</p>
|
||
<blockquote>
|
||
<p>注意:</p>
|
||
<p>插值字符串中写在括号中的表达式不能包含非转义双引号 (<code>"</code>) 和反斜杠 (<code>\</code>),并且不能包含回车或换行符。</p>
|
||
</blockquote>
|
||
<p><a name="comparing_strings"></a></p>
|
||
<h2 id="-comparing-strings-">比较字符串 (Comparing Strings)</h2>
|
||
<p>Swift 提供了三种方式来比较字符串的值:字符串相等、前缀相等和后缀相等。</p>
|
||
<p><a name="string_equality"></a></p>
|
||
<h3 id="-string-equality-">字符串相等 (String Equality)</h3>
|
||
<p>如果两个字符串以同一顺序包含完全相同的字符,则认为两者字符串相等:</p>
|
||
<pre><code>let quotation = "我们是一样一样滴."
|
||
let sameQuotation = "我们是一样一样滴."
|
||
if quotation == sameQuotation {
|
||
println("这两个字符串被认为是相同的")
|
||
}
|
||
// 打印输出:"这两个字符串被认为是相同的"
|
||
</code></pre><p><a name="prefix_and_suffix_equality"></a></p>
|
||
<h3 id="-prefix-and-suffix-equality-">前缀/后缀相等 (Prefix and Suffix Equality)</h3>
|
||
<p>通过调用字符串的<code>hasPrefix</code>/<code>hasSuffix</code>方法来检查字符串是否拥有特定前缀/后缀。
|
||
两个方法均需要以字符串作为参数传入并传出<code>Boolean</code>值。
|
||
两个方法均执行基本字符串和前缀/后缀字符串之间逐个字符的比较操作。</p>
|
||
<p>下面的例子以一个字符串数组表示莎士比亚话剧《罗密欧与朱丽叶》中前两场的场景位置:</p>
|
||
<pre><code>let romeoAndJuliet = [
|
||
"Act 1 Scene 1: Verona, A public place",
|
||
"Act 1 Scene 2: Capulet's mansion",
|
||
"Act 1 Scene 3: A room in Capulet's mansion",
|
||
"Act 1 Scene 4: A street outside Capulet's mansion",
|
||
"Act 1 Scene 5: The Great Hall in Capulet's mansion",
|
||
"Act 2 Scene 1: Outside Capulet's mansion",
|
||
"Act 2 Scene 2: Capulet's orchard",
|
||
"Act 2 Scene 3: Outside Friar Lawrence's cell",
|
||
"Act 2 Scene 4: A street in Verona",
|
||
"Act 2 Scene 5: Capulet's mansion",
|
||
"Act 2 Scene 6: Friar Lawrence's cell"
|
||
]
|
||
</code></pre><p>您可以利用<code>hasPrefix</code>方法来计算话剧中第一幕的场景数:</p>
|
||
<pre><code>var act1SceneCount = 0
|
||
for scene in romeoAndJuliet {
|
||
if scene.hasPrefix("Act 1 ") {
|
||
++act1SceneCount
|
||
}
|
||
}
|
||
println("There are \(act1SceneCount) scenes in Act 1")
|
||
// 打印输出:"There are 5 scenes in Act 1"
|
||
</code></pre><p>相似地,您可以用<code>hasSuffix</code>方法来计算发生在不同地方的场景数:</p>
|
||
<pre><code>“var mansionCount = 0
|
||
var cellCount = 0
|
||
for scene in romeoAndJuliet {
|
||
if scene.hasSuffix("Capulet's mansion") {
|
||
++mansionCount
|
||
} else if scene.hasSuffix("Friar Lawrence's cell") {
|
||
++cellCount
|
||
}
|
||
}
|
||
println("\(mansionCount) mansion scenes; \(cellCount) cell scenes")
|
||
// 打印输出:"6 mansion scenes; 2 cell scenes”
|
||
</code></pre><p><a name="uppercase_and_lowercase_strings"></a></p>
|
||
<h3 id="-uppercase-and-lowercase-strings-">大写和小写字符串(Uppercase and Lowercase Strings)</h3>
|
||
<p>您可以通过字符串的<code>uppercaseString</code>和<code>lowercaseString</code>属性来访问大写/小写版本的字符串。</p>
|
||
<pre><code>let normal = "Could you help me, please?"
|
||
let shouty = normal.uppercaseString
|
||
// shouty 值为 "COULD YOU HELP ME, PLEASE?"
|
||
let whispered = normal.lowercaseString
|
||
// whispered 值为 "could you help me, please?"
|
||
</code></pre><p><a name="unicode"></a></p>
|
||
<h2 id="unicode">Unicode</h2>
|
||
<p>Unicode 是一个国际标准,用于文本的编码和表示。
|
||
它使您可以用标准格式表示来自任意语言几乎所有的字符,并能够对文本文件或网页这样的外部资源中的字符进行读写操作。</p>
|
||
<p>Swift 的字符串和字符类型是完全兼容 Unicode 标准的,它支持如下所述的一系列不同的 Unicode 编码。</p>
|
||
<p><a name="unicode_terminology"></a></p>
|
||
<h3 id="unicode-unicode-terminology-">Unicode 术语(Unicode Terminology)</h3>
|
||
<p>Unicode 中每一个字符都可以被解释为一个或多个 unicode 标量。
|
||
字符的 unicode 标量是一个唯一的21位数字(和名称),例如<code>U+0061</code>表示小写的拉丁字母A ("a"),<code>U+1F425</code>表示小鸡表情 ("🐥")</p>
|
||
<p>当 Unicode 字符串被写进文本文件或其他存储结构当中,这些 unicode 标量将会按照 Unicode 定义的集中格式之一进行编码。其包括<code>UTF-8</code>(以8位代码单元进行编码) 和<code>UTF-16</code>(以16位代码单元进行编码)。</p>
|
||
<p><a name="unicode_representations_of_strings"></a></p>
|
||
<h3 id="-unicode-unicode-representations-of-strings-">字符串的 Unicode 表示(Unicode Representations of Strings)</h3>
|
||
<p>Swift 提供了几种不同的方式来访问字符串的 Unicode 表示。</p>
|
||
<p>您可以利用<code>for-in</code>来对字符串进行遍历,从而以 Unicode 字符的方式访问每一个字符值。
|
||
该过程在 <a href="#working_with_characters">使用字符</a> 中进行了描述。</p>
|
||
<p>另外,能够以其他三种 Unicode 兼容的方式访问字符串的值:</p>
|
||
<ul>
|
||
<li>UTF-8 代码单元集合 (利用字符串的<code>utf8</code>属性进行访问)</li>
|
||
<li>UTF-16 代码单元集合 (利用字符串的<code>utf16</code>属性进行访问)</li>
|
||
<li>21位的 Unicode 标量值集合 (利用字符串的<code>unicodeScalars</code>属性进行访问)</li>
|
||
</ul>
|
||
<p>下面由<code>D``o``g``!</code>和<code>🐶</code>(<code>DOG FACE</code>,Unicode 标量为<code>U+1F436</code>)组成的字符串中的每一个字符代表着一种不同的表示:</p>
|
||
<pre><code>let dogString = "Dog!🐶"
|
||
</code></pre><p><a name="UTF-8"></a></p>
|
||
<h3 id="utf-8">UTF-8</h3>
|
||
<p>您可以通过遍历字符串的<code>utf8</code>属性来访问它的<code>UTF-8</code>表示。
|
||
其为<code>UTF8View</code>类型的属性,<code>UTF8View</code>是无符号8位 (<code>UInt8</code>) 值的集合,每一个<code>UInt8</code>值都是一个字符的 UTF-8 表示:</p>
|
||
<pre><code>for codeUnit in dogString.utf8 {
|
||
print("\(codeUnit) ")
|
||
}
|
||
print("\n")
|
||
// 68 111 103 33 240 159 144 182
|
||
</code></pre><p>上面的例子中,前四个10进制代码单元值 (68, 111, 103, 33) 代表了字符<code>D</code> <code>o</code> <code>g</code>和<code>!</code>,他们的 UTF-8 表示与 ASCII 表示相同。
|
||
后四个代码单元值 (240, 159, 144, 182) 是<code>DOG FACE</code>的4字节 UTF-8 表示。</p>
|
||
<p><a name="UTF-16"></a></p>
|
||
<h3 id="utf-16">UTF-16</h3>
|
||
<p>您可以通过遍历字符串的<code>utf16</code>属性来访问它的<code>UTF-16</code>表示。
|
||
其为<code>UTF16View</code>类型的属性,<code>UTF16View</code>是无符号16位 (<code>UInt16</code>) 值的集合,每一个<code>UInt16</code>都是一个字符的 UTF-16 表示:</p>
|
||
<pre><code>for codeUnit in dogString.utf16 {
|
||
print("\(codeUnit) ")
|
||
}
|
||
print("\n")
|
||
// 68 111 103 33 55357 56374
|
||
</code></pre><p>同样,前四个代码单元值 (68, 111, 103, 33) 代表了字符<code>D</code> <code>o</code> <code>g</code>和<code>!</code>,他们的 UTF-16 代码单元和 UTF-8 完全相同。</p>
|
||
<p>第五和第六个代码单元值 (55357 和 56374) 是<code>DOG FACE</code>字符的UTF-16 表示。
|
||
第一个值为<code>U+D83D</code>(十进制值为 55357),第二个值为<code>U+DC36</code>(十进制值为 56374)。</p>
|
||
<p><a name="unicode_scalars"></a></p>
|
||
<h3 id="unicode-unicode-scalars-">Unicode 标量 (Unicode Scalars)</h3>
|
||
<p>您可以通过遍历字符串的<code>unicodeScalars</code>属性来访问它的 Unicode 标量表示。
|
||
其为<code>UnicodeScalarView</code>类型的属性, <code>UnicodeScalarView</code>是<code>UnicodeScalar</code>的集合。
|
||
<code>UnicodeScalar</code>是21位的 Unicode 代码点。</p>
|
||
<p>每一个<code>UnicodeScalar</code>拥有一个值属性,可以返回对应的21位数值,用<code>UInt32</code>来表示。</p>
|
||
<pre><code>for scalar in dogString.unicodeScalars {
|
||
print("\(scalar.value) ")
|
||
}
|
||
print("\n")
|
||
// 68 111 103 33 128054
|
||
</code></pre><p>同样,前四个代码单元值 (68, 111, 103, 33) 代表了字符<code>D</code> <code>o</code> <code>g</code>和<code>!</code>。
|
||
第五位数值,128054,是一个十六进制1F436的十进制表示。
|
||
其等同于<code>DOG FACE</code>的Unicode 标量 U+1F436。</p>
|
||
<p>作为查询字符值属性的一种替代方法,每个<code>UnicodeScalar</code>值也可以用来构建一个新的字符串值,比如在字符串插值中使用:</p>
|
||
<pre><code>for scalar in dogString.unicodeScalars {
|
||
println("\(scalar) ")
|
||
}
|
||
// D
|
||
// o
|
||
// g
|
||
// !
|
||
// 🐶
|
||
</code></pre>
|
||
|
||
</section>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<a href="../chapter2/02_Basic_Operators.html" class="navigation navigation-prev " aria-label="Previous page: 基本运算符"><i class="fa fa-angle-left"></i></a>
|
||
|
||
|
||
<a href="../chapter2/04_Collection_Types.html" class="navigation navigation-next " aria-label="Next page: 集合类型"><i class="fa fa-angle-right"></i></a>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
<script src="http://cdn.bootcss.com/ace/1.1.3/ace.js"></script>
|
||
<script src="http://cdn.bootcss.com/ace/1.1.3/mode-javascript.js"></script>
|
||
<script src="../gitbook/jsrepl/jsrepl.js" id="jsrepl-script"></script>
|
||
<script src="../gitbook/app.js"></script>
|
||
|
||
|
||
|
||
<script src="../gitbook/plugins/gitbook-plugin-mixpanel/plugin.js"></script>
|
||
|
||
|
||
|
||
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||
|
||
|
||
|
||
<script src="../gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script>
|
||
|
||
|
||
<script>
|
||
require(["gitbook"], function(gitbook) {
|
||
var config = {};
|
||
gitbook.start(config);
|
||
});
|
||
</script>
|
||
|
||
|
||
<script src="http://s19.cnzz.com/z_stat.php?id=1000480711&web_id=1000480711" language="JavaScript"></script></body>
|
||
|
||
</html>
|