说我想在HTML表单中进行双重操作.
我有这样的代码
<form name="input" action="" method="post"> Username: <input type="text" name="user"> <input type="submit" value="Submit"> </form>
那么,如何将上面的2个动作插入到action=""?有可能吗?
action=""
html forms action
action ×1
forms ×1
html ×1