解決thymeleaf th:value當值爲null時報錯的問題

方法一:三目運算符 <input type="text" th:value="${userInfo!=null ?userInfo.phone:''}"> 方法二:*{ xx },後臺數據要設置爲內置對象 <input type="text" class="form-control" th:value="*{qq}"> 建議方法一,簡單粗暴
相關文章
相關標籤/搜索