ajax
js代码
PHP代码:
<?php header("Content-type: text/html; charset=utf-8"); $x=$_POST['user-name']; $y=$_POST['age']; echo "你的姓名{$x};你的年龄{$y}";
九州编程
相关分类