setAnsAtribute 方法没有代码?如果您有代码,请添加更多代码以查看发生了什么。谢谢你。如果您没有代码,我会在下面指出。我将您推荐给 Laravel Mutators页面,以便您可以查看示例并附上示例代码以及您正在尝试执行的操作。función pública setAnsAttribute ($value) { /** * You can transform the value or modify other values in the table here, * according to your needs. */ $this->attributes['ans'] = $value;}