“String.charAt()”的版本间的差异

来自YFRobotwiki
跳转至: 导航搜索
(以“111”为内容创建页面)
 
 
第1行: 第1行:
111
+
:[[String - object|String]]
 +
 
 +
{| border="0" cellpadding="20" width="100%"
 +
|-
 +
|width="100%" valign="top" align="left"|
 +
<font color="olivedrab" size="+3">'''String()'''</font>
 +
 
 +
 
 +
<font color="orange" size="+1">'''描述'''</font>
 +
 
 +
Access a particular character of the String.
 +
 
 +
 
 +
<font color="orange" size="+1">'''语法'''</font>
 +
 
 +
string.charAt(n)
 +
 
 +
 
 +
<font color="orange" size="+1">'''参数'''</font>
 +
 
 +
string: a variable of type String
 +
n: the character to access
 +
 
 +
 
 +
<font color="orange" size="+1">'''返回值'''</font>
 +
 
 +
the n'th character of the String
 +
 
 +
 
 +
----
 +
 
 +
[[String - object|返回String]]
 +
 
 +
[[Arduino语法参考 | 返回Arduino语法参考列表]]
 +
 
 +
更多建议和问题欢迎反馈至 [http://www.yfrobot.com YFRobot论坛]

2015年7月27日 (一) 16:58的最后版本

String

String()


描述

Access a particular character of the String.


语法

string.charAt(n)


参数

string: a variable of type String n: the character to access


返回值

the n'th character of the String



返回String

返回Arduino语法参考列表

更多建议和问题欢迎反馈至 YFRobot论坛