摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:43 举个栗子走天下 阅读(176) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:40 举个栗子走天下 阅读(1924) 评论(0) 推荐(1) 编辑
摘要: <script> /* 001-Math.abs() 绝对值 */ console.log(Math.abs(123), Math.abs(-998), Math.abs(-886)); /* 123 998 886 */ /* 002-Math.min() 最小值 */ /* 003-Math.m 阅读全文
posted @ 2019-12-21 16:32 举个栗子走天下 阅读(676) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:30 举个栗子走天下 阅读(154) 评论(0) 推荐(0) 编辑
摘要: <script> /* (1) 数组转换为字符串的方法 */ /* 001-toString() */ /* 语法:arr.toString() */ /* 作用:把数组的每个元素都连接起来组成一个完整的字符串,在链接的时候采用逗号链接。 */ var arr = [true, 100, "哈哈", 阅读全文
posted @ 2019-12-21 16:25 举个栗子走天下 阅读(661) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:17 举个栗子走天下 阅读(1215) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:11 举个栗子走天下 阅读(274) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:07 举个栗子走天下 阅读(221) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-12-21 16:00 举个栗子走天下 阅读(455) 评论(0) 推荐(0) 编辑