JS在html中打印所有类型的数据
// 返回数据类型详情function type(a){ return Object.prototype.toString.call(a)}// 不格式化返回数据function scan(a){ var s,t=typeof a if(t !== "object" || a === null){ if(t === "string"){ a=a.split("\\").join("\\\\").