atq

导航

 

2024年7月22日

摘要: Class Demo{ const _fun1 = Symbol('_fun1'); const _fun2 = Symbol('_fun2'); [_fun1] = function() { console.log("_fun1"); } [_fun2] = function() { consol 阅读全文
posted @ 2024-07-22 08:29 atq 阅读(9) 评论(0) 推荐(0)