x <- 1:4
lapply(x, runif,min=0, max=100)
错误: unexpected input in "lapply(x, runif�"
原来是runif后的逗号用成中文了...