摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <!-- <table>表格</table> <tr>行</tr> <td列</td> b 阅读全文
posted @ 2023-03-08 08:59 小小的羊 阅读(15) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <!-- <ol>有序列表</ol> <ul>无序列表</ul> <hr/>分隔线 --> 阅读全文
posted @ 2023-03-07 19:33 小小的羊 阅读(16) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <body> <a href="4-1-1.html">我的</a> <a href="https:// 阅读全文
posted @ 2023-03-07 19:21 小小的羊 阅读(16) 评论(0) 推荐(0)
摘要: <doctype html> <html> <head> <meta charset="utf-8"> <title>study</title> <style> </style> </head> <!-- &nbsp;表示空格 &gt;&lt;表示<> <strong>粗体</strong> <i> 阅读全文
posted @ 2023-03-06 16:23 小小的羊 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-02-26 10:56 小小的羊 阅读(7) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-02-26 10:54 小小的羊 阅读(18) 评论(0) 推荐(0)
摘要: package object.fz;public class study { //private 私有 //名字,学号,性别,学习,睡觉 public String name; private int i d; private char sex; public study() { } //获取这个数 阅读全文
posted @ 2023-02-26 10:48 小小的羊 阅读(18) 评论(0) 推荐(0)
摘要: package object;public class objectcj { //类是抽象的,对象是具体的 public static void main(String[] args) { System.out.println(); }} 阅读全文
posted @ 2023-02-26 10:45 小小的羊 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-02-26 10:37 小小的羊 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-02-14 17:30 小小的羊 阅读(11) 评论(0) 推荐(0)