hello world
时间:2015-01-30 17:08:16
收藏:0
阅读:121
第一次发帖子,先看看页面效果,,,,
<script type="text/javascript"> $(function helloWorld(){ alert(‘hello world!‘); }); </script>
评论(0)