範文齋

位置:首頁 > 校園範文 > 其他

firstname是什麼意思 firstname詞組短語-例句

其他7.15K

Firstname:你身份證上的名字 Lastname:你身份證上的姓氏

firstname是什麼意思 firstname詞組短語-例句
firstname

【釋義】

英 [fɜːst'neɪm]     美 [fɜːst'neɪm]    

n.名

【同近義詞

n. 名字

monicker , given name

【詞組短語】

FirstName LastName 名字姓氏

multiply firstname 兼類姓

Lastname and Firstname 姓名字段

private string firstname 名字

雙語例句】

In Listing 4, firstname is a string that is specified at runtime.

在清單 4 中,firstname 是一個在運行時指定的字符串。

You might turn this into an object, say in Java™ code, that is an instance of a Person class, withmember variables firstName, lastName, and email.

我們可以將這段代碼轉換成對象,比方說在 Java™ 代碼中,這是一個 Person 類的`實例,擁有成員變量 firstName、lastName 和 email。

In this case, the function retrieves the firstName and lastName properties and puts them into anarray-like structure that is then turned into a string using the join function.

在本例中,函數檢索 firstName 和 lastName 屬性,並將它們放入一個類似數組的結構中,然後使用連接函數將它們轉換成一個字符串。