function fn(said){
this.say = said;
}
Function.prototype.toString.call(fn);
//"function fn(said){
// this.say = said;
//}"
Function.prototype.toString.call(Object);
//"function Object() { [native code] }"相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
推荐阅读:
jQuery中如何实现toggle方法
jQuery+JSONP跨域需要怎样实现
jquery中select组件的使用方法
如何实现jquery回车登录效果