# 统计发票数额 **Repository Path**: andyge/calculate-invoice-amount ## Basic Information - **Project Name**: 统计发票数额 - **Description**: 用nodejs实现的统计发票数额的程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-21 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行 ```sh # 修改main.js中的dir的名称,统计该目录下的发票数额 node ./main.js ```