arduino常用字符串处理方法(1)——String类-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 7008|回复: 0

arduino常用字符串处理方法(1)——String类

[复制链接]
发表于 2018-9-21 00:17 | 显示全部楼层 |阅读模式

[md]## String类
因为String使用更简单一点,所以更推荐使用String,这里也先介绍String

### 基本使用方法
```
String a = "arduino"

```




### 可用函数

charAt()

compareTo()

concat()

c_str()

endsWith()

equals()

equalsIgnoreCase()

getBytes()

indexOf()

lastIndexOf()

length()

remove()

replace()

reserve()

setCharAt()

startsWith()

substring()

toCharArray()

toInt()

toFloat()

toLowerCase()

toUpperCase()

trim()[/md]
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 09:32 , Processed in 0.193103 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表