var objs = new Object();objs["name"]="wang";objs.name="detian";function objectName(){alert(objs["name"]);alert(objs.name);}