JJJ*_*jim 0 javascript ajax jquery
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js">
<script type="text/javascript">
$(document).ready(function() {
$.post("ajax.php", function(data) {
alert("Data Loaded");
});
});
</script>
Run Code Online (Sandbox Code Playgroud)
我知道这段代码没有用,但为什么没有发生?php没有运行,警报也没有显示.
| 归档时间: |
|
| 查看次数: |
47 次 |
| 最近记录: |