Skip to Content
🎲 欢迎使用 RandBox - 功能强大的 JavaScript 随机数据生成库! 了解详情

address

// 用法 randBox.address() randBox.address({short_suffix: true})

生成一个随机街道地址

randBox.address(); => '5447 Bazpe Lane'

可选择要求返回短后缀

randBox.address({short_suffix: true}); => '536 Baner Rd'
最后更新于: