摘要: function createProxy(value=0){ return new Proxy({},{ get(target,prop){ if(prop Symbol.toPrimitive){ return ()=>value; }else{ return createProxy(value+ 阅读全文
posted @ 2025-12-31 15:46 howhy 阅读(36) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2025-12-31 10:05 howhy 阅读(39) 评论(0) 推荐(0)