Skip to content

临时记录

ts
const 
isServer
= typeof
window
=== 'undefined';
const
isBrowser
= !
isServer
;