甘政法第一帅哥
甘政法第一帅哥
全部文章
分类
归档
标签
去牛客网
登录
/
注册
甘政法第一帅哥的博客
全部文章
(共9篇)
题解 | #全选#
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <style> ...
2023-02-05
1
363
题解 | #判断质数#
{"css":"","js":"","html":"<!DOCTYPE html>\n<html>\n <head>\n <meta charset=utf-8>\n </head>\n <body&g...
2023-01-28
1
234
题解 | #参数解析器#
//正则表达式的repalce方法进行参数解析 //replace(参1,参2) //如果参2为字符串,意思将此字符串全部替换为参1得到的每个字符串 //如果参2为回调函数,意思是将参1得到的每个字符串进行函数调用 ...
2023-01-17
0
196
题解 | #无重复数组#
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body> <scr...
2023-01-09
0
266
题解 | #判断版本#
<script type="text/javascript"> const _shouldUpdate = (oldVersion, newVersion) => { // 补全代码 //先将字符串转换从数组形式以逗号...
2023-01-08
0
312
题解 | #创建数组#
<!DOCTYPE html><html><head><meta charset=utf-8></head><body> <script type="text/javascript"> con...
2023-01-08
0
233
题解 | #单向绑定#
本文中this指的是调用者 <script type="text/javascript"> // 补全代码 /*document.getElementById("input").onchange=function(){ do...
2023-01-08
1
349
题解 | #分隔符#
<script type="text/javascript"> function _comma(number) { // 补全代码 let arr = Math.abs(number).toString().split(''...
2023-01-07
0
350
题解 | #文件扩展名#
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body> ...
2023-01-07
1
210