<form id="form" method="post" action="whois.php"> <?php $newfile=file('./yuming.txt'); //返回数组的内容 foreach($newfile as $v){ echo '<div class="yuming">'.$v.'</div>'; } ?> <input type="button" id="btn" value="查询" /> </form>
利用数组形式逐行读取并输出txt内容。