Skip to content

Browser

Category
Last Changed
3月27日11时54分

Print using window.print via an iframe.

Demo

省份2020年2021年2022年2023年2024年
北京145,603158,200168,900178,500186,000
上海140,320153,800163,400172,100180,500
广东112,450124,600135,800145,800155,200
江苏103,200114,300125,600134,500142,800
浙江101,800112,400123,100132,900141,200
山西64,85068,20071,50074,80078,300

数据来源:国家统计局及地方统计公报(示例数据)

Usage

ts
import { formatTime, windowPrint } from 'comuse-shared'

windowPrint(`<span style="margin-right: 10px">Time:${formatTime(new Date(), 'yyyy-MM-dd')}</span>`)

Source

SourceDemoDocs

Changelog

v3.1.3 on 1/17/2025
da716 - feat: add test and demo for parseTime function

Released under the MIT License.