Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
delete myObject[propName];非常に単純な質問かもしれませんが、Script#を呼び出すにはどうすればよいですか?
delete myObject[propName];
すぐにこれを見つけました!電話するだけでScript.DeleteField(o, property);
Script.DeleteField(o, property);