String, emptyStringToNull(String input) empty String To Null if (input.trim().equals("")) { return null; } else { return input.trim();.
確定! 回上一頁