幾個簡單的JS小東西

一、CSS樣式提取 <!DOCTYPE> <html> <meta charset="utf-8"> <head> <style> #div1 {width:200px; height:200px; background:red;} </style> <title>css樣式提取</title> <script> window.onload=function() { var oDiv=docum
相關文章
相關標籤/搜索