using中怎么throw出错误?using相当于try catch ,catch后能throw错,如包个js错,但是在using中怎么实现啊?(PS,没分了)[解决办法]不太懂你的精炼语言。 试试: using(....) { ...... throw new 你自己的js错(); }