1、HTML5怎么實(shí)現(xiàn)像QQ那天的手機(jī)聊天界面?
2、展示和使用流暢、用戶體驗(yàn)效果良好;
3、適配各種主流的手機(jī)。
認(rèn)證0級(jí)講師
走的是通信技術(shù)還是數(shù)據(jù)庫(kù)?通信技術(shù)你應(yīng)該不需要處理的,數(shù)據(jù)庫(kù)的話,就讓它左右漂移
<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>