Hey, this is Savannah
11
25
25
js form validation 表单验证 js form validation 表单验证
基本使用JS添加交互事件<h1 onclick="this.innerHTML='Ooops!'">点击文本!</h1> 点击文本! 操作DOM元素//例:向button元素分配onclick事件: document.getE
2020-11-25
25
js type identification 数据类型查找 js type identification 数据类型查找
typeofconsole.log(typeof 'a');//'string' console.log(typeof ('a'));//'string' instanceof操作数是一个对象,右操作数是一个构造函数。如果左侧的对象是右侧构
2020-11-25
25
25
js error js error
error 参数 try语句可以测试代码块是否存在错误 catch语句使您可以处理错误 throw语句使您可以创建自定义错误 finally语句使您可以在尝试捕获后执行代码,而不管结果如何 function myFunction() {
2020-11-25
25
3 / 9