Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. XML: 확장가능한 마크업 언어
  3. XPath
  4. Reference
  5. Functions
  6. concat

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

concat

concat 함수는 둘 또는 둘 이상의 문자열을 연결하고 연결한 문자열을 반환합니다.

문법

concat(string1 ,string2 [,stringn]* )

인수

stringn

이 함수는 둘 또는 둘 이상의 인수를 받습니다. 각각은 문자열입니다.

반환

함수에 인수로 건넨 모든 문자열을 연결한 단일 문자열.

정의

XPath 1.0 4.2

Gecko 지원

지원함.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp