7 lines
179 B
HTML
7 lines
179 B
HTML
|
|
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
setTimeout(function(){
|
|||
|
|
layer.closeAll();
|
|||
|
|
layer.msg('PHP守护已启动,无需设置',{icon:1,time:2000,shade: [0.3, '#000']});
|
|||
|
|
},1);
|
|||
|
|
</script>
|