如果参数中的字符串不含字符,则返回true。
字符串
isEmpty(<parameters>)
isEmpty(<string>)
返回布尔值。
isEmpty("")
返回真。
isEmpty("Hello World")
返回假。