TypeScript 字符串Length屬性

2019-01-09 14:28 更新

TypeScript - 字符串Length屬性

Length屬性返回字符串的長(zhǎng)度。

示例

var uname = new String("Hello World") 
console.log(uname) 
console.log("Length "+uname.length)  // returns the total number of characters 
                                     // including whitespace

在編譯時(shí),它將在JavaScript中生成相同的代碼。

其輸出如下:

Hello World 
Length 11
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)