- 博客(1)
- 资源 (5)
- 收藏
- 关注
原创 struts 多图片上传与删除
/*** 功能名:isGif * 功能説明: 判断图片格式 * * @author 刘冬 作成日:2008/05/23*/ public static boolean isGif(String file) { if (file.toLowerCase().endsWith(".gif")) { return true; } else { return false;
2008-07-02 14:56:00
474
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅