接口 Printer<T>

    • 方法详细资料

      • print

        String print​(T object,
                     Locale locale)
        Print the object of type T for display.
        参数:
        object - the instance to print
        locale - the current user locale
        返回:
        the printed text string