カテゴリー
アーカイブ
2017/06/02 / コメントする
C++ |
tstring strS = str1 + str2 ; CString strM = str3 + str4 ; |
JavaScript |
var str = str1 + str2 ; |
VBScript |
Dim str As String str = str1 & str2 |
PHP |
$str = $str1 . $str2 ; |
Is this 投稿 useful?
Useful
Useless
0 of 0 people say this 投稿 is useful.