Webãã¼ã¸ãã¹ã¯ã¬ã¤ãã³ã°ãã¦ãæãHTMLãããªãã¦JavaScriptã®å¤æ°ãã®ããããäºãç¨ã«ããããã ã¤ã³ã¹ãã¼ã« brew install phantomjs document.titleãåå¾ page_title.js var url = phantom.args[0] || 'http://shokai.org'; page = new WebPage(); page.open(url, function(stat){ if(!stat){ phantom.exit(); } else{ var title = page.evaluate(function(){ return document.title; }); console.log(title); phantom.exit(); } }); å®è¡ phantomjs page_title.js http://go
{{#tags}}- {{label}}
{{/tags}}