摘要: typeof是一个运算符,其有两种使用方式: (1)typeof(表达式); (2)typeof 变量名;返回值是一个字符串,用来说明变量的数据类型; 所以可以用此来判断number, string, object, boolean, function, undefined, symbol 这七种类 阅读全文
posted @ 2021-08-10 17:46 悠哉de小猫 阅读(112) 评论(0) 推荐(0)
摘要: 表单新增的控件 1 表单中新增的控件(type属性) 2 email: 提交表单时检测值是否是一个电子邮件格式 3 url: 提交表单时检测值是否是一个url格式 4 date: 年-月-日格式的控件 5 time: 时:分格式的控件 6 datetime: 年-月-日 时:分 格式的控件(UTC时 阅读全文
posted @ 2021-08-10 17:40 悠哉de小猫 阅读(252) 评论(0) 推荐(0)