我需要在網站上向頁面添加表單,該表單將域名作爲查看器的輸入並將其發送給who.is,以便返回此域的DNS。將內容傳遞給URL(Who.is)
當onwho.is搜索,尋找me.com當搜索查詢的URL看起來像這樣:
我奮力在這裏,因爲我不能用通過域名可變形式,與?q = ...
任何想法?
這也是迄今爲止的HTML我有這種形式:
<form method="get" action="http://who.is/dns/" target="_blank">
<input type="text" name="q" size="31" maxlength="255" placeholder="Who is" width="255"/>
</form>
感謝
歡迎來到SO。請看看[這裏也是](http://meta.stackoverflow.com/questions/5234/how-does-accepting-an-answer-work) – mplungjan 2014-10-23 12:13:30