func findGirlFriend() -> GIrlFrienf{ let gf = GirlFriend(); gf.hair = "black"; gf.leg = "Long"; gf.waist = "straight"; return gf;}自己给自己做一个