javascript基礎知識はばらばらにまとめます.
998 ワード
1:
Object.prototype.toString.call(data);
[object Number]
[object String]
[object Boolean]
[object Function]
[object Object]
[object Array]
[object Null]
[object Date]
[object RegExp]
-----
function A(){};
function B(){};
A.prototype = new B(); //A B--- A B
A.prototype.constructor = A;//
var as= new A();
alert(as.constructor === B) false;
alert(as.constructor === A) true;
js 。。。 。。。。call,apply,prototype, , 。
:
(IE>8,chrome,firefox )+= push,join 。
, 。
:jsonp
gbk
$.ajax data , utf-8.
,url+ 。
content-type , 。
: , ? hasOwnProperty()