1、HTML5怎么实现像QQ那天的手机聊天界面?
2、展示和使用流畅、用户体验效果良好;
3、适配各种主流的手机。
黄舟2017-04-10 17:02:20
走的是通信技术还是数据库?通信技术你应该不需要处理的,数据库的话,就让它左右漂移
<script type="row">
<p>
<table id="tab1">
<tr class="p1" style="display:<%=type1%>">
<td><span style=""><img class="img1" src="<%=fId%>" onclick="tiaozhuan1('<%=fsr%>','<%=xm%>')" width="40px" height=""></span></td>
<td><p><%=text%></p></td>
</tr>
<tr class="p2" style="display:<%=type2%>">
<td><p><%=text%></p></td>
<td><span style=""><img class="img2" src="<%=fId%>" onclick="tiaozhuan2('<%=fsr%>','<%=xm%>')" width="40px" height=""></span></td>
</tr>
</table>
</p>
</script>