quotes n. 引用,引号;报价(quote的复数)
v. 引用;复述;报价(quote的第三人称单数)
英语例句库
He is a great reader and quoter of Dickens. 他是一个非常爱读并爱引用狄更斯作品的人。
//filename: Quoter.idl module Quoter { exception Invalid_Stock_Symbol {};// Used to report an invalid stock name // Forward declare the Stock interface interface Stock; 最后,我们把上面所有的IDL组织在一起并放进一个模块中以避免对名字空间的污染,于是得到了Quoter.idl 文件。