摘要: 视频 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>window.onload与$(document).ready()</title> </head> <body> <h1>测试window.onload与 阅读全文
posted @ 2023-01-17 19:47 垂序葎草 阅读(23) 评论(0) 推荐(0)
摘要: 视频 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>26_多库共存</title> <style type="text/css"> * { margin: 0px; } .div1 { position: absolute; 阅读全文
posted @ 2023-01-17 19:37 垂序葎草 阅读(18) 评论(0) 推荐(0)
摘要: 视频 自定义动画 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>24_自定义动画</title> <style type="text/css"> * { margin: 0px; } .div1 { position: abs 阅读全文
posted @ 2023-01-17 18:45 垂序葎草 阅读(108) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/1303455/202301/1303455-20230117172741534-631689443.png) 阅读全文
posted @ 2023-01-17 17:28 垂序葎草 阅读(23) 评论(0) 推荐(0)
摘要: 'hello world'.indexOf('') // 返回 0 'hello world'.indexOf('', 0) // 返回 0 'hello world'.indexOf('', 3) // 返回 3 'hello world'.indexOf('', 8) // 返回 8 'hell 阅读全文
posted @ 2023-01-17 03:09 垂序葎草 阅读(23) 评论(0) 推荐(0)