58596061626364
* 密码 * @return Yahoo Importer实例 */ public static ContactsImporter getYahooContacts(String email, String password) { return new YahooImporter(email, password); }