about

The 'about' function returns the application information, such as program title, version, copyright notice, etc.;
'about'函数返回程序相关信息,包含程序名称,版本,版权等信息。

  • Prototype: about();
  • Parameters: None
  • Return Value: String;
  • Example:
    var s=about(); alert(s);