アットウィキロゴ

php2

function sample(){
 
$("#memo").load("ren.php");
 
}
 
 
<?php
 
$n="abcdefg";
 
print $n;
 
 
?>
最終更新:2015年03月08日 18:41