¹è¿º¯¼ö¸¦ Àμö·Î Á¦°øÇÏÁö ¾Ê¾Ò´Ù. ÀÌ ¿À·ù´Â Function.prototype.apply ¸Þ¼µå¿¡¸¸ Àû¿ëµÈ´Ù.
ù ¹ø° Àμö¸¦ ÁöÁ¤ÇÑ °æ¿ì ÀÌ ±â´ÉÇÔ¼öÀÇ µÎ ¹ø° Àμö´Â Array °³Ã¼ ¶Ç´Â arguments °³Ã¼¿©¾ß ÇÑ´Ù.
µÎ ¹ø° Àμö·Î Array ¶Ç´Â arguments °³Ã¼¸¦ ÁöÁ¤ÇÑ´Ù.
var arr=new Array();function fun(a,b){c=a+b;arr=this.arguments};
document.write(Function.prototype.apply(this,arr));