如果參數中的字串不為空,則返回true。
字串
isNotEmpty(<parameters>)
isNotEmpty(<string>)
返回布爾值。
isNotEmpty("")
返回false。
isNotEmpty("hello")
返回true。