摘要:
1.封装获取id: 调用:console.log(show("nu")); 2.生肖判断if,else,显示对应的图片 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <st 阅读全文
摘要:
1.文档入口函数 2.弹窗 alert() 警告窗 confirm() 确认框 prompt() 提示窗 3.获取元素 3.1获取id document.getElementById(); 3.2获取class document.getElementsByClassName(className); 阅读全文