매개 변수의 문자열에 문자가 없으면 true를 반환합니다.
문자열
isEmpty(<parameters>)
isEmpty(<string>)
부울 반환.
isEmpty("")
true를 반환합니다.
isEmpty("Hello World")
false를 반환합니다.