var myObj = eval("obj={'name':'ali', 'age':'20'}"); document.write (myObj.name + ' ' + myObj.age);
Post a Comment
No comments:
Post a Comment