js、jquery、h五、css等簡記

一、延時加載html

  js 中 setTimeout()的用法post

   setTimeout("a()",1000);  或  setTimeout(a,1000);url

二、span標籤,內容過長,隱藏顯示,末尾加...spa

text-overflow: ellipsis;是末尾加點     寬度本身看狀況而定      white-space: nowrap;文字不換行
<span id="**" class="***" style="color:red;overflow: hidden;display:block;width:240px;text-overflow: ellipsis;white-space: nowrap;" ></span>

三、----code

相關文章
相關標籤/搜索