文件名称:google-form:简单的AJAX请求即可将数据发布到Google表单
文件大小:56KB
文件格式:ZIP
更新时间:2024-06-04 22:20:03
JavaScript
谷歌形式 简单的AJAX请求即可将数据发布到Google表单。 如何使用 在Google驱动器中创建一个表单。 将表单URL复制到/edit 。 使用URL作为HTML中form的action属性: < form method =" POST " action =" https://docs.google.com/forms/d/1gci224y12YpOnxudXm_wUIM1da474gI6pE9AborYAew " onsubmit =" return window.submitGoogleForm(this); " > < label> name label> <!-- view the form and inspect inputs to get the generated names. --> < input name =
【文件预览】:
google-form-master
----images()
--------new-form.png(30KB)
--------create-google-form.png(23KB)
----package.json(465B)
----LICENSE(1KB)
----.npmignore(82B)
----.gitignore(264B)
----google-form.js(813B)
----README.md(2KB)