var Y: Int = 0 Y = arc4random() % 5
我收到错误
“二元运算符 % 不能应用于 UInt32 和 int 类型的操作数”。如何修复我的语法
xcode ios swift
ios ×1
swift ×1
xcode ×1