2009年7月14日

摘要: 不同服务提供商的邮箱地址,比如要用到gmail,就必须先打开URL: http:www.gmail.com现在不用那么做也可以登陆[代码] 阅读全文
posted @ 2009-07-14 16:18 mustardpeanut 阅读(1154) 评论(0) 推荐(0)
 
摘要: 有时显示的时候只需要部分文字,需要截取1. 可以用CSS来做<div style="width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;">中文显示部分</div>多余400px的部分会以...省略号的形式显示2. 程序补充:getSubContent($content, $needL,... 阅读全文
posted @ 2009-07-14 09:47 mustardpeanut 阅读(317) 评论(0) 推荐(0)