javaScript2

1、對象的拆分 <script type = "text/javascript"> function testA(){     var idStr = "1,2,3,4,5";     var ids = idStr.split("3");     var a = parseInt(Math.random()*100+5);     alert(a);     } </script> <butto
相關文章
相關標籤/搜索