亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

PHP? ??? ?? ?? ??? ?? ?? ??? ?? ???? ?????.

?? ????? ??????? ???? ???? ? ?? ?? ??? ????. ?? ????? ??? ?? ?? ???? ??? ?????.

?? ??? ??????? ???? ??? ?? ?? ?? ??? ??? ???? ????. .

1604.png

???? ??, ???, ??? ???? ?? ??? ??? ?????.

<??> ??<??> ??? ??? ???? ??? ?????.

???? <textarea></textarea>? ?? ???? ??? ??? ???? ???? ? ?????. ? ??? ???? ?? ?? ??? ? ??? ??? ? ????.

??? ??? ?? ?? ???? HTML ?????:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>新聞發(fā)布頁(yè)面</title>
    <style type="text/css">
        span{display:inline-block; float: left; width: 55px}
        input[type="submit"]{margin-left: 30%;}
    </style>
</head>
<body bgcolor="#ccc">
    <form name="article" method="post" action="publish.php" style="">
        <h3 style="margin-left: 60px;">新聞發(fā)布頁(yè)面</h3>
        標(biāo) 題:<input type="text" name="title" style="width:200px"/>
        <br/><br/>
        作 者: <input type="text" name="author" style="width:200px"/>
        <br/><br/>
        <span>內(nèi) 容:</span>
        <textarea cols=35 rows=8 name="content"></textarea><br/><br/>
        <input type="submit" value="發(fā)布新聞"/>
    </form>
</body>
</html>

? ??? ??? new.php

? ??? ? ????.
???? ??
||
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>新聞發(fā)布頁(yè)面</title> <style type="text/css"> span{display:inline-block; float: left; width: 55px} input[type="submit"]{margin-left: 30%;} </style> </head> <body bgcolor="#ccc"> <form name="article" method="post" action="publish.php" style=""> <h3 style="margin-left: 60px;">新聞發(fā)布頁(yè)面</h3> 標(biāo) 題:<input type="text" name="title" style="width:200px"/> <br/><br/> 作 者: <input type="text" name="author" style="width:200px"/> <br/><br/> <span>內(nèi) 容:</span> <textarea cols=35 rows=8 name="content"></textarea><br/><br/> <input type="submit" value="發(fā)布新聞"/> </form> </body> </html>