JavaScript. Copy Code. var o = { Prop1: "Hello" }; // original JSON object o.Prop2 = "World"; // add "Prop2" to it console.log(o); ...
確定! 回上一頁