字串的那些事

2022-05-13 09:51:09 字數 481 閱讀 6613

是不是煩透了char陣列???

是不是一見字串「查詢」「包含」「下標」等等就暈???

沒關係!

你可以用string!【奸笑】

string,讓字串更簡單!

主要介紹幾個非常好用的函式,基本都在這個**裡面了,注釋寫的很詳細,就不多說了

#include#include

#include

#include

//注意這個標頭檔案

#include#include

using

namespace

std;

intmain()

輸出如下,建議和**對照起來看

這些還是建議背一背,挺容易的,寫起來也方便,考場上大有用處

~明天noip,加油~

字串的那些事

string str0 ab string str1 abc string str2 abc string str3 ab c string str4 str0 c string str5 new string abc string str6 new string ab c 編譯器會將str1和st...

JS中字串那些事

js中的任何資料型別都可以當作物件來看。所以string既是基本資料型別,又是物件。var sstr 字串 常用 var ostr new string 字串 1.length 計算字串的長度 不區分中英文 2.constructor 物件的建構函式。sstr.constrouctor 它的物件仍然...

Objective C語法之字串那些事

摘要 nsmutablestring 類 繼承nsstring類,那麼nsstring 提供的方法在nsmutablestring中基本都可以使用,nsmutablestring好比乙個字串鍊錶,它可以任意的動態在字串中新增字串 刪除字串 指定位置插入字串,使用 nsmutablestring 類 ...