当前位置:网站首页>JS get the key and value of the object
JS get the key and value of the object
2022-07-07 23:20:00 【Blue fatty's Dora A Dream】
js Get the object's key and value
Get the object's keys Array :Object.keys(obj)
Get the object's values Array :Object.values(obj)
let obj = {
name: ' Zhang San ',
age: 30,
sex: ' male '
}
console.log(obj)
console.log(Object.keys(obj))
console.log(Object.values(obj))
obtain keys One of the first : Object.keys(obj)[0] // name
边栏推荐
猜你喜欢
微信论坛交流小程序系统毕业设计毕设(6)开题答辩PPT
USB(十五)2022-04-14
微信论坛交流小程序系统毕业设计毕设(3)后台功能
七月第一周
海内外技术人们“看”音视频技术的未来
漏洞复现----49、Apache Airflow 身份验证绕过 (CVE-2020-17526)
Wechat forum exchange applet system graduation design (2) applet function
leetcode-520. Detect capital letters -js
ArcGIS: field assignment_ The attribute table field calculator assigns values to fields based on conditions
Unity3D学习笔记5——创建子Mesh
随机推荐
Network security -burpsuit
opencv scalar传入三个参数只能显示黑白灰问题解决
VS扩展工具笔记
Unity3D学习笔记6——GPU实例化(1)
Grid
When copying something from the USB flash disk, an error volume error is reported. Please run CHKDSK
iNFTnews | NFT技术的广泛应用及其存在的问题
违法行为分析1
网络安全-CSRF
Wechat forum exchange applet system graduation design (5) assignment
In the field of software engineering, we have been doing scientific research for ten years!
U盘拷贝东西时,报错卷错误,请运行chkdsk
The text editor of markdown class should add colors to fonts (including typora, CSDN, etc.)
Inftnews | web5 vs Web3: the future is a process, not a destination
Install Fedora under RedHat
Dynamics 365 find field filtering
RE1 attack and defense world reverse
微信论坛交流小程序系统毕业设计毕设(6)开题答辩PPT
Introduction to redis and jedis and redis things
Conversion between commonsmultipartfile and file