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.
ページに単一のフィールドのフォームがあります。次のような単一のパラメーターを送信する方が良いかどうかを知りたいだけです
var myObject = {myParameter:'My Value'};
また
var myObject = {myParameter : myForm.Serialize()};