上一页 1 ··· 5 6 7 8 9
摘要: public class 链表{ public static void main(String[] args){ NodeManager nm = new NodeManager(); System.out.println(" add "); nm.add(5); nm.add(4); nm.add 阅读全文
posted @ 2020-02-09 13:36 放学别跑啊 阅读(252) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> msg = confirm("是否学过h5"); console.log(msg); name =prompt("请输入信息"); document.write("name"); </script> 1.confirm弹出确定和取消按钮 阅读全文
posted @ 2020-02-09 12:30 放学别跑啊 阅读(152) 评论(0) 推荐(0) 编辑
摘要: package 质数; import java.lang.Math; public class 质数 { public static void main(String[] args) { long start = System.currentTimeMillis(); PrimeNumber(); 阅读全文
posted @ 2020-02-09 12:28 放学别跑啊 阅读(184) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9