用JS实现一个JS对象,对象里有两个属性一个方法
<html> <head> </head> <body> 用js代码实现一个js对象,对象里有两个属性,一个方法 </body> <script> var obj={a:'1234567',b