首页 > 其他 > 详细

2014.11.02 点滴

时间:2014-11-02 22:20:58      阅读:160      评论:0      收藏:0      [点我收藏+]

1,文本框长度

<input type="text" maxlength="20">

2,地址栏图标


<% String path = request.getContextPath();%>

<link rel="icon"  href="<%=path%>/favicon.ico" mce_href="<%=path%>/favicon.ico" type="image/x-icon">
<link rel="shortcut icon"  href="<%=path%>/favicon.ico?themeVersion=${themeVersion}" mce_href="<%=path%>/favicon.ico?themeVersion=${themeVersion}" type="image/x-icon">

 

2222

2014.11.02 点滴

原文:http://www.cnblogs.com/qingmaple/p/4069931.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!