A is three (four,etc.) times the size (height,length,width,etc) of B关于倍数的表达,这种形式的表达能否把后面的of 省略(后面有作比较的对象)

问题描述:

A is three (four,etc.) times the size (height,length,width,etc) of B
关于倍数的表达,这种形式的表达能否把后面的of 省略(后面有作比较的对象)

不能 这是一个固定结构
如果你不想要有of
可以改成这种
A is three (four,etc.) times +比较级 than B