我有一个 html 表单,我想将其中的数据存储到谷歌电子表格中。我创建了 google 表单,但是当我尝试检查名称属性以将其与 HTML 表单属性链接时,我找不到任何属性。我想要 name="entry.###" 属性。这是我在检查输入元素时所说的话:
<input type="text" class="quantumWizTextinputPaperinputInput exportInput" jsname="YPqjbf" autocomplete="off" tabindex="0" aria-labelledby="i1" aria-describedby="i2 i3" dir="auto" data-initial-dir="auto" data-initial-value="">
Run Code Online (Sandbox Code Playgroud) html javascript google-sheets google-forms google-sheets-api