XIYUETA.COM
源代码:
点击运行
<script src="../dist/xiyueta.min.js?v31"></script> <script> /* $.log() 将内容输出在浏览器中,方便查看调试。可以有N个参数,在JS页可以输出对象和数组,在ASP里不能解析对象和数组。 == document.write() */ xiyueta.log([1,2,3,4],["a","b","c"],{"name":[1,2,{"a1":"xiyueta","a2":".com"}],"age":18},11,"dd") </script>
运行结果