宗策

导航

2020年5月6日 #

JavaScript生成div效果

摘要: 页面效果: 脚本展示: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <style type="text/css"> .yellow{ width: 100px; heigh 阅读全文

posted @ 2020-05-06 11:20 宗策 阅读(233) 评论(0) 推荐(0) 编辑

JavaScript生成批量<div>标签

摘要: 页面展示效果: 脚本展示: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> <style type="text/css"> div>div{ width: 50px; heig 阅读全文

posted @ 2020-05-06 11:06 宗策 阅读(1141) 评论(0) 推荐(0) 编辑