Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试tmx在我的场景中添加一个文件,但我得到了
tmx
EXC_BAD_ACCESS
请帮我
要使数字值成为 int 使用Int()而不是(int).
Int()
(int)
例如
let a: Int = 5 let b: Double = Int(a)
它的工作。我以错误的方式保存文件。它必须以 Base64 压缩格式保存。