相关文章推荐
直爽的莴苣  ·  Error resolving ...·  1 年前    · 
慷慨的键盘  ·  从 Power Apps 连接到 ...·  2 年前    · 
爱旅游的椅子  ·  Python ...·  2 年前    · 

内容过长,需要使用省略符(...)的时候

在input标签中展示

<input type="text" value='<s:property value="%{startHour.length()}"/>' />

在s:if标签中做判断条件,errorMessage长度大于4,就进入该if中实现具体逻辑

<s:if test="%{#errorMessage.length()>4}">

</s:if>

使用获取字符串的长度,可以实现内容过长,使用省略符:

<s:if test='%{#errorMessage.length()>4}'>
<td title="<s:property value="#errorMessage" />">
<s:property value="#errorMessage.substring(0,3)" />...
</td>
</s:if><s:else>
<td>
<s:property value="#errorMessage" />
</td>
</s:else>

直接使用css实现内容过长,使用省略号,在title中展示

.wrap{
width: 180px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

具体标签用div为例:

<div class="wrap" title="${content}">${content}</div>

获取字符串长度的使用情况:内容过长,需要使用省略符(...)的时候在input标签中展示' />在s:if标签中做判断条件,errorMessage长度大于4,就进入该if中实现具体逻辑4}">使用获取字符串的长度,可以实现内容过长,使用省略符:4}'>    ">        ...                    这是测试字符串“Segment” 长度的 HTML 代码, fontSize = ‘30px’。 替换字符,浏览器打开. html 文件,F12打开开发者模式,查看log,就能看到字符串的长度。 <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title&gt... Navicat:access violation at address 004 in module ‘navicat.exe‘. Read of address 00000004 Navicat:access violation at address 004 in module ‘navicat.exe‘. Read of address 00000004 http报错400等对照关系(转帖) 标签title属性现实内容时间变长,重写标签的onmouseover、onmouseou方法