04 2021 档案
摘要://字符串反转 NSString *str = @"abcedfghijklmnopqrstuvwxyz"; NSMutableString *string = [NSMutableString stringWithCapacity:str.length]; int j = (int)str.len
阅读全文
摘要:函数 pygame.mouse pygame.mouse.get_pressed() —— 获取鼠标按键的情况(是否被按下) pygame.mouse.get_pos() —— 获取鼠标光标的位置 pygame.mouse.get_rel() —— 获取鼠标一系列的活动 pygame.mouse.s
阅读全文