JavaScript
JavaScript 代码规范
短的对象代码可以直接写成一行
源代码:
点击运行 »
var person = { firstName: "John", lastName: "Doe", age: 50, eyeColor: "blue" };
运行结果:
点击运行 »