摘要: 操作内联样式 <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #box1 { width: 200px; height: 200px; background-co 阅读全文
posted @ 2020-07-30 16:34 我等着你 阅读(177) 评论(0) 推荐(0)
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>添加删除记录练习</title> <style type="text/css"> .w { width: 940px; margin: 10px auto; } #employee 阅读全文
posted @ 2020-07-30 16:11 我等着你 阅读(298) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>全选练习</title> <script type="text/javascript "> window.onload = function(){ // 获取四个多选框items 阅读全文
posted @ 2020-07-30 10:46 我等着你 阅读(220) 评论(0) 推荐(0)