アットウィキロゴ

phpx

<html>
<head>
<title>PHP</title>
<script src="jquery.js"></script>
<script src="sample.js"></script>
</head>
<body onload="sample()">
<div id="memo"></div>
</body>
</html>
 
 
function sample(){
 
    $("#memo").html("hel");
 
 
}
最終更新:2015年07月25日 10:27