API
Class

Console ($UI/system/lib/base/console)

使用范围:UI2

Contents

class Console ($UI/system/lib/base/console)

控制台工具类

Constructor Top

  Console ()

Static Methods Top

void hint (String text, String title)

Constructor details Top

public Console ()

控制台工具类

Static Methods Detail Top

static public void hint (String text, String title)

提示消息

Parameters

String text

消息内容

String title

消息标题

Return Value

void