这是我的YiiController类,当调用index.php?r=reports/testURL时,它必须调用__call方法,因为测试方法不存在但它给出错误Thesystemisunabletofindtherequestedactiontest错误。 最佳答案 在你的Controller中实现missingAction方法,如@xdazz所述,它检查方法是否存在,如果不存在,则调用missingAction方法。//Thismethodisinvokedwhenthecontrollercannotfindtherequest