XIYUETA.COM
源代码:
点击运行
<script src="../dist/xiyueta.min.js?v31"></script> <script> /* $.toType() 获得对象类型 $.log() 在浏览器里显示内容 == document.write() */ $.log( $.toType("xiyueta") ); $.log( $.toType(123) ); $.log( $.toType([1,2,3]) ); $.log( $.toType({'x':1,'x':2}) ); </script>
运行结果