Skip to content
On this page

Tools

Print

打印

typescript
/**
 * @Class Print
 * @desc  打印
 * @param { string } selector 选择器
 * @param { any } options 参数
 * @return { Object } { d, h, m, s } 天 时 分 秒
 * @example Print('#print', {})
 */

Released under the MIT License.