us-states-abbr:美国州缩写

时间:2024-06-07 02:36:48
【文件属性】:

文件名称:us-states-abbr:美国州缩写

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-07 02:36:48

Makefile

美国州缩写 美国州的缩写。 安装 $ npm install datasets-us-states-abbr 要在浏览器中使用,请使用 。 用法 var abbr = require ( 'datasets-us-states-abbr' ) ; 缩写 美国各州的两个字母的缩写,根据州名按字母顺序列出。 console . log ( abbr ) ; /* [ "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", ... ] */ 例子 var abbr = require ( 'datasets-us-states-abbr' ) ; var len = abbr . length , N = 10 , idx , i ; // Selec


【文件预览】:
us-states-abbr-master
----.travis.yml(154B)
----.jshintignore(118B)
----package.json(1KB)
----test()
--------test.js(571B)
----LICENSE(1KB)
----TODO.md(11B)
----.npmignore(498B)
----examples()
--------index.js(249B)
----.gitignore(1KB)
----lib()
--------index.js(76B)
--------dataset.json(252B)
----Makefile(2KB)
----README.md(3KB)
----.jshintrc(1KB)
----.editorconfig(169B)
----.gitattributes(12B)

网友评论