isNull 函數

Posted by: 邱小新 at 下午4:15:00 in
function isNull(o) { if (o.toString()=='undefined') { return true; } if (o.toString()=='NULL') { return true; } return false; }

0 意見

張貼留言