🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ <title>Document</title> </head> <body> <script> /* json */ var cheng = { name:"chengchao", age:30, sex:"男" } /* 读取对象的属性值 */ console.log(cheng.age) /* Number,String,Boolean Array,Object,Function if-else for if -else if -else */ </script> </body> ~~~