js代码
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/firework.js"></script> <script type="text/javascript"> $(function(){ $("#example").fireworks({ width: "100%", height: "100%" }); }); </script>