摘要: withUnsafePointer 不说话,先放代码 withUnsafeBufferPointer(to: a) { point in let address = UnsafeRawPointer(point) let addressInt = Int(bitPattern: address) p 阅读全文
posted @ 2024-09-25 21:35 MrYu4 阅读(167) 评论(0) 推荐(0) 编辑