首页
编程
java
php
前端
首页
编程
java
php
前端
string 相关问题
在主函数内定义了一个string s[5],在自定义函数内却无法使用s[i].length()
函数参数string s[5]
s[i].length()-1试一下,索引一般是从0开始.
点击展开全文