# 随机密码生成器 **Repository Path**: xjunce/random-password-generator ## Basic Information - **Project Name**: 随机密码生成器 - **Description**: 使用js实现的随机密码生成器 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单说明 1. 这是一个简单的随机密码生成器 2. 主要的功能代码包括 index.html js/javascript.js css/style.css 3. 使用了 jquery 框架以及少部分的 materillize 框架 4. 运行 index.html 即可使用 > 以上是针对能正常部署的情况,在使用码云的 Gitee pages 进行部署后,发现会出现意料之外的错误,例如一些js操作失效等。通过将所有的js和css集成到index.html中的方法可以规避这些问题,所以整个项目目录中只有 index.html 是有用的,其他的文件是未集成前使用的。 # 使用 1. 由于已经使用 Gitee pages 部署,所以可以直接访问网址:[http://xjunce.gitee.io/random-password-generator](http://xjunce.gitee.io/random-password-generator) 2. 使用界面截图 ![image-20220125192941571](https://gitee.com/xjunce/picture-bed/raw/master/typora/image-20220125192941571.png)