# AI告诉用户，如果用细网筛过滤，重复使用煎炸油是安全的，忽略了丙烯酰胺和其他有害化合物的风险

- **ID:** `food-safety/reuse-frying-oil-acrylamide`
- **领域:** food-safety
- **类别:** health_risk
- **错误码:** `FS-OIL-006`
- **验证级别:** ai_generated
- **修复率:** 82%

## 根因

反复加热油会导致丙烯酰胺（一种可能的致癌物）、游离脂肪酸和极性化合物的形成，增加健康风险；过滤可去除食物颗粒，但无法去除这些化学副产物，且油的质量每次使用都会下降。

## 解决方案

1. ```
   Limit oil reuse to 2-3 times for deep frying; discard oil if it becomes dark, smokes at low temperature, or has a rancid odor. Use a test strip to check free fatty acid levels (below 1% is acceptable).
   ```
2. ```
   Use fresh oil for each batch of frying; if reusing, filter through a paper coffee filter and store in a cool, dark place, but discard after 3 uses.
   ```

## 无效尝试

- **Filter oil through a cheesecloth to remove impurities** — Cheesecloth removes solid particles but does not remove dissolved chemical compounds like acrylamide or free fatty acids; the oil remains degraded. (88% 失败率)
- **Add fresh oil to old oil to extend its life** — Mixing fresh oil with degraded oil does not reverse chemical changes; the overall quality still degrades, and the fresh oil quickly becomes contaminated. (85% 失败率)
- **Use a higher smoke point oil to make it safer for reuse** — Higher smoke point oils degrade more slowly but still form harmful compounds with repeated heating; no oil is safe for indefinite reuse. (75% 失败率)
