XIYUETA.COM
源代码:
点击运行
<script src="https://www.xiyueta.com/js/xiyueta.min.js?v36"></script> <script> /* .parse() 解析CSS .debug() 显示匹配元素集第一条Html的Dom结构 */ var html = 'body{color:red}.news{font-size:12px;}#nav{color:blue;}'; xiyuetaCSS().parse(html); xiyuetaCSS().debug(); xiyuetaCSS().debug(true); </script>
运行结果