12 lines
227 B
PHP
Executable File
12 lines
227 B
PHP
Executable File
<?php
|
|
|
|
?>
|
|
<title>master</title>
|
|
|
|
|
|
<form action="post_data.php" method="POST">
|
|
<textarea name="data" placeholder="在这里输入数据..."></textarea>
|
|
<br>
|
|
<br>
|
|
<input type="submit" value="保存数据">
|
|
</form>
|