#author("2022-08-09T15:38:22+08:00","default:Admin","Admin") [[JavaScript]] #author("2022-09-03T13:05:52+08:00","default:Admin","Admin") #contents #codeprettify{{ const info = { name:'张三', age:18 } for(var temp in info){ console.log( temp ); console.log( info[temp] ); } // 打印结果 name 张三 age 18 }} #hr(); コメント: #comment_kcaptcha