以下哪项Python表达式的运行结果是正确?( )
int("1001",2),结果为9
int("26",8),结果为21
int("1a",16),结果为25
int("0x8e",16),结果为143