摘要: 类(Class) 类是面向对象程序设计(OOP,Object-Oriented Programming)实现信息封装的基础。类是一种用户定义的引用数据类型,也称类类型。每个类包含数据说明和一组操作数据或传递消息的函数。类的实例称为对象。 类是对现实生活中一类具有共同特征的事物的抽象。如果一个程序里提 阅读全文
posted @ 2022-02-21 03:01 Shuranima 阅读(16) 评论(0) 推荐(0)
摘要: 轮播图: <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <style> .slider_item{ list-style: none; display: none; } .slider_banner 阅读全文
posted @ 2021-05-02 13:22 Shuranima 阅读(72) 评论(0) 推荐(0)
摘要: jquery是一个兼容多浏览器的js库 作用: 简单,省事,效率高,兼容好。 导入 <script src="jquery-3.6.0.js"></script> 基本语法:$(selector).action() $("*").css("color", "red"); 基本选择器 * #通用选择器 阅读全文
posted @ 2021-04-28 01:32 Shuranima 阅读(24) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <select id="province"> <option>请选择</option> </selec 阅读全文
posted @ 2021-04-27 22:21 Shuranima 阅读(41) 评论(0) 推荐(0)
摘要: JavaScript String 对象: 创建方式: var s1 = "hello" ; var s2 = new String("world") https://www.w3school.com.cn/jsref/jsref_obj_string.asp JavaScript Array 对象 阅读全文
posted @ 2021-04-24 22:33 Shuranima 阅读(35) 评论(0) 推荐(0)
摘要: Spider-Pornhub:https://github.com/Shuranima-Free/Spider 阅读全文
posted @ 2020-08-10 20:19 Shuranima 阅读(951) 评论(0) 推荐(0)
摘要: python简单执行js代码:https://blog.csdn.net/ychgyyn/article/details/90112448 阅读全文
posted @ 2020-08-07 22:06 Shuranima 阅读(97) 评论(0) 推荐(0)
摘要: 小甲鱼CSS速查手册:https://man.ilovefishc.com/css3/ 阅读全文
posted @ 2020-08-06 23:07 Shuranima 阅读(147) 评论(0) 推荐(0)
摘要: CSS的常用属性 1 颜色属性 <div style="color:blueviolet">Hello World</div> <div style="color:#ffee33">Hello World</div> <div style="color:rgb(255,0,0)">Hello Wor 阅读全文
posted @ 2020-08-05 22:24 Shuranima 阅读(62) 评论(0) 推荐(0)
摘要: C++2048Game:https://github.com/Shuranima-Free/2048Games 阅读全文
posted @ 2020-08-04 23:33 Shuranima 阅读(103) 评论(0) 推荐(0)