add abu note

This commit is contained in:
Yuan Chiu 2020-04-10 16:30:59 +08:00
parent 4717fec6cc
commit 711a5673e8

39
abu note.txt Normal file
View File

@ -0,0 +1,39 @@
// index.php
<html>
<head>
<script>
$(function(){
$.get('ad.php', function(html){
$('#ad').html(html);
})
})
</script>
</head>
<header>
</header>
<body>
<div id="content">
UUUUUU
<div>
<div id="ad"><div>
</body>
</html>
// ad.php
<html>
<head>
</head>
<body>
1677777777777777
</body>
</html>