# from.js **Repository Path**: mail_osc/from.js ## Basic Information - **Project Name**: from.js - **Description**: 针对html的form表单提交,自动获取表单内要提交的数据、自动根据接口返回信息进行填充 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-09-14 - **Last Updated**: 2024-10-23 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README 针对html的form表单提交,自动获取要提交的输入数据、自动根据接口返回信息进行填充输入项 ## 快速体验 [http://res.zvo.cn/from.js/demo.html](http://res.zvo.cn/from.js/demo.html) (进入后查看源代码,即可看到它的demo实现) ## 使用说明 首先,网页中要引入一个js ```` ```` 比如这个html代码 ````