- 博客(5)
- 收藏
- 关注
原创 简易QQ聊天框
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>QQ建议聊天框</title> <script src="../../jquery-1.12.4.js"></script> <style> *{margin: 0; padding: 0; line-h...
2021-11-30 19:33:05
671
原创 生成10个随机数
package ytzl.Eightday;/** * Author:WT 本类用于 * Date: 2021/5/31 7:50 下午 */public class Demo5 { public static void main(String[] args) { int count=0;//计数 int [] num = new int[10]; for (int i = 0; i < num.length; i++) { ...
2021-11-30 19:31:22
1370
原创 JAVA 猜随机数
public class Demo7 { public static void main(String[] args) { Scanner input =new Scanner(System.in); //生成一个0-100的随机数 int rnum = (int)(Math.random()*100);//能够生成0-1之间的随机数不包括0和1 int unum =0; int count=0;// ...
2021-11-30 19:29:19
237
原创 计算10人不同年龄所占比例
public class Demo4 { public static void main(String[] args) { Scanner input=new Scanner(System.in); //循环输入10个人的年龄 int age =0;//存储用户输入的年龄 double count1=0;//30以上 double count2=0;//30以下 for (int i = 0; i ...
2021-11-30 19:26:39
564
原创 HTML JQ 论坛
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>论坛</title> <script src="../../jquery-1.8.3.min.js"></script> <style>*{margin: 0; padding: 0; font-family: "Arial", .
2021-11-28 19:44:18
273
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人