bool isChinese(int uid) { return uid.toString().startsWith('ch') || uid.toString().startsWith('1') || uid.toString().startsWith('5'); }