摘要:
public static void main(String[] args) { String input ="A8r4c5jaAjp#7"; //转为char[] char[] inputArr =input.toCharArray(); //存储 大写字母、小写字母 List<String> u 阅读全文
posted @ 2021-05-18 14:37 心环 阅读(350) 评论(0) 推荐(0) 编辑
|
|
摘要:
public static void main(String[] args) { String input ="A8r4c5jaAjp#7"; //转为char[] char[] inputArr =input.toCharArray(); //存储 大写字母、小写字母 List<String> u 阅读全文
posted @ 2021-05-18 14:37 心环 阅读(350) 评论(0) 推荐(0) 编辑
摘要:
<p>图片名称:</p><input type="text" name="afterName" style="height: 30px;width: 300px;" oninput="changed()"/> <script type="text/javascript"> function chan 阅读全文
posted @ 2019-11-30 09:02 心环 阅读(2843) 评论(0) 推荐(0) 编辑
摘要:
String[] str =roles.toString().split(","); List<Integer> Lids = new ArrayList<Integer>(); for (int i = 0; i < str.length; i++) { Lids.add(new Integer( 阅读全文
posted @ 2019-04-02 14:44 心环 阅读(7237) 评论(0) 推荐(0) 编辑 |
|