python faker 模擬數據 筆記

from faker import Faker f = Faker(locale='zh_CN') name() 生成隨機名字python random_int() 整數 random_digit() 0-9 的隨機數字 random_digit_not_null() 1-9的隨機數字git random_digit_or_empty() 0-9 的隨機數字 或''空字符app random_nu
相關文章
相關標籤/搜索