如果參數中的字串沒有字元,則返回true。
字串
isEmpty(<parameters>)
isEmpty(<string>)
返回布爾值。
isEmpty("")
返回true。
isEmpty("Hello World")
返回false。