返回值:如果參數為null 或者空字符串("" 、String.Empty),結果為true,否則為false。 等效於以下代碼: result = s == null || s == String.Empty;.
確定! 回上一頁