
PHP使用Redis事务进行
雪洁 2019-02-15 07:50:10
<script> var s="true"; var b=new Boolean(true); var b1=true; var r=new RegExp('/d/'); var d=new Date(); document.write(Object.prototype.toString.apply(s)); document.write(Object.prototype.toString.apply(b)); document.write(Object.prototype.toString.apply(b1)); document.write(Object.prototype.toString.apply(r)); document.write(Object.prototype.toString.apply(d)); </script>
输出结果为:
[object String]
[object Boolean]
[object Boolean]
[object RegExp]
[object Date]
站长QQ: 513569228 本博客旨在记录工作中遇到的问题,并为大家提供帮助,如有疑问可加群332646789,欢迎共同交流技术上的难题...