chromeã®javascript ã³ã³ã½ã¼ã«ã§ãªãã¸ã§ã¯ãã®ä¸èº«ãã³ããã§ããããã«åºåãã
chromeã®javascript ã³ã³ã½ã¼ã«ã§objectã®ä¸èº«ã表示ããã¨ãã«
console.dir(object);
or
console.log(object);
or
object;
ã¨ããã¨ããããé層æ§é ã§è¡¨ç¤ºãã¦ãããããã³ããã§ããªãã
console.log(JSON.stringify(object);
JSONã«å¤æããã¨ã³ããã§ããããã¤ã³ãã³ãããªãã¦èªã¿ã¥ããã
console.log(JSON.stringify(object,null,' ');
ãã®å ´åã¯ãJSON.stringifyã®ç¬¬3å¼æ°ã«ã¤ã³ãã³ãã«ä½¿ãæååãæå®ãã¦ãããã¨
綺éºã«ã¤ã³ãã³ããã¦è¡¨ç¤ºãã¦ããã¦ããã¡ããã³ãããã§ããã