腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
<
form
:
form
method
="
POST
“
action
=”/<
项目
名
>/
escSave.html
“>
http://localhost:8080/<projectname>/
escSave.html
帮我理解一下如何修复。
浏览 15
提问于2016-08-14
得票数 0
4
回答
<
form
action
="#">和<
form
method
="
post
“
action
="#">做什么?
因为我正在尝试理解示例代码的要点,尽管我搜索了以下内容,但仍然找不到
form
action
="#"的解释在谷歌上,在SO上,在www.w3schools.com
浏览 1
提问于2011-12-06
得票数 74
回答已采纳
1
回答
单个asp文件中的多个表单
、
、
<
form
action
="../
action
1.asp"><
form
action
="../
action
2.asp"> </
form
>
浏览 2
提问于2013-11-04
得票数 1
1
回答
<
form
action
="<?=$_SERVER['PHP_SELF']?>“
method
="
post
">
、
、
$_
POST
['submit']) { <
form
action
="<?=$_SERVER['PHP_SELF']?>"
method
="
post
">
浏览 1
提问于2015-08-21
得票数 0
2
回答
如何修复django 2.0中未找到的页面(404)错误?
、
、
、
、
我的应用程序名称: django_adminlte Page not found (404) Request URL: http://127.0.0.1:8000/emp from django_admi
浏览 1
提问于2019-01-31
得票数 0
回答已采纳
3
回答
如何从同一文件中的操作调用php代码
、
<
form
action
="??"
method
="
post
"><button type="submit">Submit</button><?因为如果我想从另一个文件中调用它,比如'something.php‘,我会以<e
浏览 5
提问于2018-07-18
得票数 0
2
回答
嵌套的例外是spring中的java.lang.NumberFormatException: For:"editsave"]。
、
=RequestMethod.
POST
) dao.saveEmp=RequestMethod.
POST
) System.out.println("--Inside EditSave
method
--&q
浏览 9
提问于2020-09-07
得票数 1
1
回答
请求的html资源对servlet不可用
、
、
、
/cdn4.iconfinder.com/data/icons/gray-user-management/512/login-512.png" ><
form
action
="ConnectionMaker"
method
="
post
"> User name:<Input type="text&quo
浏览 0
提问于2018-01-08
得票数 0
3
回答
如何在窗体操作中插入php变量
、
我需要创建一个表单,它可以在下面的示例中插入php变量 <
form
name="
form
"
method
="
post
"
action
="order_cart.php?id=<?
浏览 3
提问于2014-08-15
得票数 0
回答已采纳
3
回答
表单操作属性不工作。
我的表格标签看起来-这不会重定向页面。 <table>
浏览 3
提问于2015-12-04
得票数 1
回答已采纳
4
回答
将动态创建的表单字段传递给PHP
、
、
、
HTML<textarea name="comments[]"></textarea> <a href="javascript: return null;"
浏览 3
提问于2012-01-18
得票数 1
回答已采纳
2
回答
WordPress数据库数组未传递数据
、
、
、
、
> <label for="first_name"><h3>First Name</h3></" value="submit" /> </
form</em
浏览 0
提问于2017-11-03
得票数 0
1
回答
我想分步生成页面;
form
1生成
form
2,
form
2生成
form
3。这个是可能的吗?
、
、
、
、
我想分步生成页面;
form
1生成
form
2,
form
2生成
form
3。这个是可能的吗? <
form
name="
form
1"
method
="
post
"
a
浏览 5
提问于2013-12-19
得票数 0
4
回答
为什么嵌套的if/else语句在PHP/html脚本中不起作用?
、
、
php $ping = Net_Ping::factory(); $result = $ping->ping($_
POST
["url"]); echo "ping was successful\n";</P> <
form</em
浏览 0
提问于2014-11-02
得票数 0
3
回答
使用codeigniter将数据转换为数据库
、
、
password', 'required|matches[password]'); 'name'=>strip_tags($this->input->
post
('name')), 'password'=>strip_tags($this-&g
浏览 0
提问于2018-09-04
得票数 0
2
回答
cgi python脚本似乎没有接收从html表单上传的文件。
、
、
、
、
/usr/bin/env python import cgitb# A nestedFieldStorage instance holds the fileprint "----"html文件在这里: &l
浏览 0
提问于2013-11-22
得票数 3
回答已采纳
1
回答
通过html表单传递PHP变量
</td>'; <
form
action
="delete.php"
action
="
POST
"> <input type="submit" value="Delete">
浏览 0
提问于2014-12-15
得票数 0
4
回答
php $_
POST
不起作用,但$_GET是
、
、
我尝试过ajax和常规提交($.
post
()、$.get()、
method
="
post
"、
method
="get")。编辑:<
form
method
="
post
"
action
="<?php htmlspecialchars($_SERVER["PHP_SELF"]); ?>得到: <
form
me
浏览 0
提问于2014-10-16
得票数 0
回答已采纳
2
回答
使用flask将数据从html发送到python时遇到问题。
、
第1个HTML <h1> Enter info: </h1> <input type="submit" value="
浏览 0
提问于2019-02-06
得票数 0
1
回答
php在一个页面上有两个自提交表单
、
、
if($_SERVER['REQUEST_
METHOD
'] == "
POST
") {}然
浏览 0
提问于2013-04-01
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
网页表单Form中的get VS post之九大不同
Django基础:如何上传处理文件及Ajax文件上传示范
Flask,一个轻量级 Web 开发操作的 Python 库!
CTF-HackThe Box
Django注册 登陆及模板页面的集成使用
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券