摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 阅读全文
posted @ 2024-01-26 10:36 万物有序 阅读(40) 评论(0) 推荐(0) 编辑
摘要: dataTransform.js 1 const toString = Object.prototype.toString; 2 const type = (val) => toString.call(val).slice(8, -1); 3 const hash = () => Object.cr 阅读全文
posted @ 2024-01-26 02:48 万物有序 阅读(42) 评论(0) 推荐(0) 编辑