240 发简信
IP属地:广东
  • jsp 对象的创建和使用小记

    # #jsp 中定义对象方式一 function Person(name, ager) { this.name=name; //this. 表示定义属性 this.ager=...