é¢æ°ããå¼æ°ãã®ã¾ã¾è¿ãåã // sonomama ã® s Function.prototype.s = function(arg) this(arg); // æ¬æ¥ã®å¦ç return arg; // ãã®ã¾ã¾è¿ã } ä¾ï¼ hoge.method(); // â ãã® hoge ã調ã¹ãã alertã ã alert(hoge); hoge.method(); æ¹è¡ããã©ãã¼ã console.logã ã console.log(hoge); hoge.method(); æ¹è¡ããã©ãã¼ã alert + ãã®ã¾ã¾è¿ãå alert.s(hoge).method(); // 1 ã¹ãã¼ãã®ã¾ã¾ console.log + ãã®ã¾ã¾è¿ãå console.log.s(hoge).method(); // 1 ã¹ãã¼ãã®ã¾ã¾ ä¾ï¼ function hoge() { // ...ç¥...
{{#tags}}- {{label}}
{{/tags}}