See Also Applies To
Description
Returns a String object containing the concatenation of two supplied strings.
Syntax
string1.concat(string2)
The concat method syntax has these parts:
Part
Description
string1
Required. The String object or literal to concatenate with string2.
string2
Required. A String object or literal to concatenate to the end of string1.
Remarks
The result of the concat method is equivalent to:
result = string1 + string2.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/inet/iis/jscript/htm/js794.htm,
2KB, , updated: 1997年9月30日 04:45, local time: 2025年9月5日 07:48,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/techref/inet/iis/jscript/htm/js794.htm"> concat Method (String)</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.