布尔类型boolean. 不能直接输出,需要转换成字符串,用c转换。 后端返回msg=true # 错误 ${msg} # 正确 方法一: ${msg?c} 方法二: ${msg?string} 方法三: ...
確定! 回上一頁