代码如图:(比较简单,就是一个input输入框和input提交按钮,注意type为submit,而不是button)

 >  기사  >  웹 프론트엔드  >  HTML 양식 값 전달 예제는 get 메소드_HTML/Xhtml_웹 페이지 제작을 통해 전달됩니다.

HTML 양식 값 전달 예제는 get 메소드_HTML/Xhtml_웹 페이지 제작을 통해 전달됩니다.

WBOY
WBOY원래의
2016-05-16 16:37:282511검색

google.html 인터페이스는 그림과 같습니다

코드는 그림과 같습니다. (비교적 간단하며 입력 입력 상자와 입력 제출 버튼입니다. 유형은 제출입니다. , 버튼 아님)

코드 복사
코드는 다음과 같습니다.

< html>

;Winbobo</head> <br /><div align="center"> 🎜><form action="google.php" method=" get"> <br><input name="q" type="text"/> <br></br> ;input name="btnSearch" type="submit" value=" 검색" /> <br></form> <br></div> <br></ html> <br><br><br>google.php 코드는 그림과 같습니다. ($_GET은 get 메소드를 통해 양식에서 전달된 데이터를 가져오는 데 사용됩니다. $_POST는 전달된 데이터를 가져오는 데 사용됩니다. post 방식을 통해 form으로) <br><br><br> </div> <br><br>코드 복사<br><div class="msgheader"> <div class="right">코드는 다음과 같습니다.<span style="CURSOR: pointer" onclick="copycode(getid('phpcode55'));"><u> </u><?php </span>인쇄 "<pre class="brush:php;toolbar:false">"; </span> </div>print_r($_GET) </div>인쇄 "</pre>" <div class="msgborder" id="phpcode55"> <br> <br>실행 결과는 그림과 같습니다. <br><br> </div></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="웹사이트 콘텐츠 구현 아이디어 및 code_HTML/Xhtml_web 페이지 제작의 일부를 iframe으로 가로채기" href="http://m.php.cn/ko/faq/11129.html">웹사이트 콘텐츠 구현 아이디어 및 code_HTML/Xhtml_web 페이지 제작의 일부를 iframe으로 가로채기</a></span><span>다음 기사:<a class="dBlack" title="웹사이트 콘텐츠 구현 아이디어 및 code_HTML/Xhtml_web 페이지 제작의 일부를 iframe으로 가로채기" href="http://m.php.cn/ko/faq/11134.html">웹사이트 콘텐츠 구현 아이디어 및 code_HTML/Xhtml_web 페이지 제작의 일부를 iframe으로 가로채기</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="http://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ul class="nphpXgwzList"><li><b></b><a href="http://m.php.cn/ko/faq/348757.html" title="HTML 지식 요약" class="aBlack">HTML 지식 요약</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/348804.html" title="HTML을 빨리 배우는 방법" class="aBlack">HTML을 빨리 배우는 방법</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/348873.html" title="html xhtml xml의 차이점" class="aBlack">html xhtml xml의 차이점</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/348884.html" title="src와 href 속성의 차이점" class="aBlack">src와 href 속성의 차이점</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/348902.html" title="HTML5 및 CSS 대체 사용 정보" class="aBlack">HTML5 및 CSS 대체 사용 정보</a><div class="clear"></div></li></ul></div></div><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p></div><div class="footermid"><a href="http://m.php.cn/ko/about/us.html">회사 소개</a><a href="http://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="http://m.php.cn/ko/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>