You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
simple-yewu/frontend/web/js/artDialog/_doc/ajaxContent/content.html

7 lines
218 B

<p style="color:#F00;">||-------hello Ajax!-------||</p>
<p>这里是ajax加载的html代码</p>
<script>
setTimeout(function(){
alert('jQuery html方法可以执行HTML片段自带的javascript');
}, 1000);
</script>