摘要:1 2 3 4 5 6 javascript里面的数组,json对象,动态添加,修改,删除示例 7 8 47 48 49 50
阅读全文
随笔分类 - JS
摘要:1 <html> 2 <head> 3 </head> 4 <body> 5 <a href='#' onclick="javascript:viewClose()">关闭</a> 6 </body> 7 </html> 8 <script> 9 function viewClose() {10 window.opener = null;11 window.open('','_self');12 window.close
阅读全文

浙公网安备 33010602011771号