fn read_storage(key: &str) -> Option<String>
从 localStorage 读取指定键的值。
仅在 wasm32 目标下执行实际读取;SSR 构建下直接返回 None。
wasm32