我正在尝试使用变量从对象中收集信息。我是一名 php 程序员,我还不太擅长 javascript。
var priceobj= {'Youth Small':'0', 'Youth Meduim':'0', 'Youth Large':'0','Adult Small':'0','Adult Medium':'0','Adult Large':'0','Adult XL':'0','Adult XXL':'2','Adult XXXL':'3'};
var os0 = $('#os0').val(); // value will be one of the options in priceobj
var value = priceobj.os0 // this should read 0,2,3 depending on the value of os0