2012年10月22日

摘要: 方法一关键代码:<form action="" method="post" enctype="multipart/form-data" name="form1"><img src=" " name="image" border=0 id="img"/><br /><input name="picture" type="file" id="picture" 阅读全文
posted @ 2012-10-22 15:37 juan1206 阅读(179) 评论(0) 推荐(0) 编辑
摘要: char charAt(int index) 返回指定索引处的 char 值。 int codePointAt(int index) 返回指定索引处的字符(Unicode 代码点)。 int codePointBefore(int index) 返回指定索引之前的字符(Unicode 代码点)。 int codePointCount(int beginIndex, int endIndex) 返回此 String 的指定文本范围中的 Unicode 代码点数。 int compareTo(String anotherString) 按字典顺序比较两个字符串。 int compareT... 阅读全文
posted @ 2012-10-22 10:01 juan1206 阅读(170) 评论(0) 推荐(0) 编辑

导航