网站建设合同范本,网站建设得缺点,先做后付费的代运营,百度竞价appBOM核心对象docunmentBOM核心对象windowBOM包含着DOMF12即可打开浏览器控制台navigator(浏览器版本#xff09;、history(浏览器历史记录#xff09;#xff0c;location(地址信息#xff09;、screen(屏幕相关#xff09;JS输出形式#xff1a;浏览器输出#xff1a;wi…BOM核心对象docunmentBOM核心对象windowBOM包含着DOMF12即可打开浏览器控制台navigator(浏览器版本、history(浏览器历史记录location(地址信息、screen(屏幕相关JS输出形式浏览器输出window.alert() 弹窗confirm(请输入姓名) //会有取消确认键prompt(你叫什么请问) 已经不怎么用了console.log(控制台输出日志)断点调试页面输出document.write(你好); 不能识别标签关闭广告小功能实现!DOCTYPE html
html langen
headmeta charsetUTF-8meta http-equivX-UA-Compatible contentIEedgemeta nameviewport contentwidthdevice-width, initial-scale1.0titleDocument/titlestyle*{margin:0;padding:0;}body{height: 2000px;background: rgba(206, 196, 133, 0.5);}section{position: fixed;right:0;top: 100px;}span{color:white;position: absolute;right: 0;bottom: -21px;cursor:pointer;}/style
/head
bodysection idad img srcE:\JS\.vscode\春.jpg alt你span idbtn关闭 X/span/sectionscript//需求分析点击按钮关闭广告//获取事件源var addocument.getElementById(ad);var btndocument.getElementById(btn);//事件类型btn.onclickfunction(){//书写事件驱动程序 section 隐藏ad.style.displaynone;}//书写事件驱动程序/script
/body
/html