将用户的IP地址存储在Lad的后台 目录 安装 : npm install @ladjs/store-ip-address : yarn add @ladjs/store-ip-address 用法 使用标准: 应用程式: const StoreIPAddress = require ( '@ladjs/store-ip-address' ) ; // ... const storeIPAddress = new StoreIPAddress ( ) ; app . use ( storeIPAddress . middleware ) ; 猫鼬用户模型: const stor