08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / test / b.js
12896 on 11 Apr 2022 Jenkins commit
class Person {
    sayname() {
      return 'bb name'
    }
  }
  
  var b_john = new Person()
  console.log(b_john,b_john.sayname())
  var promise = Promise.resolve('ok')