09 JavaScript 連想配列
下記は同じ
var
options
=
{};
options
.
name
=
'Matsui'
;
options
[
"name"
]
=
'Matsui;
javascript