摘要: 检测数组元素方法 filter() 方法 var ages = [32, 33, 16, 40]; function checkAdult(age) { return age >= 18; } function myFunction() { document.getElementById("demo 阅读全文
posted @ 2019-08-24 19:31 jeff_zhu 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 本文链接: https://www.jb51.net/article/97915.htm 字符方法 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>字符方法</title> </head> <body> <s 阅读全文
posted @ 2019-08-24 17:34 jeff_zhu 阅读(4224) 评论(0) 推荐(0) 编辑