self.userName.attributedPlaceholder= [[NSAttributedStringalloc]initWithString:@"請輸入用戶名"attributes:@{NSForegroundColorAttributeName:[UIColorgrayColor],NSFontAttributeName:[UIFontsystemFontOfSize:18]}];
self.password.attributedPlaceholder= [[NSAttributedStringalloc]initWithString:@"請輸入密碼"attributes:@{NSForegroundColorAttributeName:[UIColorgrayColor],NSFontAttributeName:[UIFontsystemFontOfSize:18]}];
[_textFieldsetValue:[UIFontboldSystemFontOfSize:16]forKeyPath:@"_placeholderLabel.font"];