ttle:从网页获取标题

时间:2024-06-08 06:30:12
【文件属性】:

文件名称:ttle:从网页获取标题

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-08 06:30:12

JavaScript

ttle 从网页获取标题。 安装 $ npm i -g ttle or $ npm i ttle 用法 $ ttle --help Get the title from an web page Usage $ ttle Example $ ttle https://github.com 或者 var ttle = require ( 'ttle' ) ; ttle ( 'https://github.com' , function ( err , title ) { console . log ( title ) ; } ) ; 执照 麻省理工学院


【文件预览】:
ttle-master
----.gitignore(804B)
----package.json(470B)
----cli.js(352B)
----.travis.yml(77B)
----index.js(319B)
----README.md(894B)
----test()
--------test.js(408B)

网友评论