<script> //create a form var f = document.createElement("form"); f.setAttribute('method',"post"); f.setAttribute('action',"submit.php"); //create input ...
確定! 回上一頁