卷心菜,这种看似普通的蔬菜,其实可以变幻出无数种美味的料理。今天,我们就来探索一种融合版卷心菜的做法,带给你全新的美味家常菜体验。
准备食材
- 卷心菜 1颗
- 猪肉馅 200克
- 鸡蛋 1个
- 面粉 适量
- 葱姜蒜 适量
- 酱油 适量
- 香油 适量
- 盐 适量
- 胡椒粉 适量
- 食用油 适量
制作步骤
1. 准备卷心菜
首先,将卷心菜洗净,切成适当大小的片。然后,用开水焯一下,去除草酸,捞出备用。
```python
# 焯煮卷心菜
def blanch_cabbage(cabbage):
cabbage = [cabbage] # 假设cabbage是一个列表,包含多片卷心菜
for leaf in cabbage:
leaf['cooked'] = True # 假设我们用字典来表示卷心菜,标记为已煮熟
return cabbage
cabbage = [{'name': 'leaf1'}, {'name': 'leaf2'}]
blanced_cabbage = blanch_cabbage(cabbage)
print(blanced_cabbage)
### 2. 准备馅料
将猪肉馅放入碗中,加入鸡蛋、面粉、盐、胡椒粉,搅拌均匀。葱姜蒜切碎备用。
```markdown
```python
# 准备馅料
def prepare_filling(pork, egg, flour, salt, pepper):
filling = {
'pork': pork,
'egg': egg,
'flour': flour,
'salt': salt,
'pepper': pepper
}
return filling
pork = 200
egg = 1
flour = '适量'
salt = '适量'
pepper = '适量'
filling = prepare_filling(pork, egg, flour, salt, pepper)
print(filling)
3. 包卷心菜
将焯好水的卷心菜平铺在案板上,取适量馅料放在卷心菜上,卷起来,封口处沾上面粉,以防馅料漏出。
```python
# 包卷心菜
def wrap_cabbage(cabbage, filling):
wrapped_cabbage = []
for leaf in cabbage:
wrapped_leaf = {
'leaf': leaf,
'filling': filling
}
wrapped_cabbage.append(wrapped_leaf)
return wrapped_cabbage
cabbage = [{'name': 'leaf1'}, {'name': 'leaf2'}]
wrapped_cabbage = wrap_cabbage(cabbage, filling)
print(wrapped_cabbage)
4. 炸制
锅中倒入适量食用油,油温升至五成热时,放入包好的卷心菜,炸至金黄捞出。
```python
# 炸制卷心菜
def fry_cabbage(cabbage):
fried_cabbage = []
for leaf in cabbage:
fried_leaf = {
'leaf': leaf['leaf'],
'filling': leaf['filling'],
'fried': True
}
fried_cabbage.append(fried_leaf)
return fried_cabbage
fried_cabbage = fry_cabbage(wrapped_cabbage)
print(fried_cabbage)
5. 调味
将炸好的卷心菜捞出,沥干油分,放入盘中,加入适量酱油、香油,拌匀即可食用。
```python
# 调味
def season_cabbage(cabbage):
seasoned_cabbage = []
for leaf in cabbage:
seasoned_leaf = {
'leaf': leaf['leaf'],
'filling': leaf['filling'],
'fried': leaf['fried'],
'seasoned': True
}
seasoned_cabbage.append(seasoned_leaf)
return seasoned_cabbage
seasoned_cabbage = season_cabbage(fried_cabbage)
print(seasoned_cabbage)
小贴士
- 卷心菜焯水的时间不宜过长,以免失去口感。
- 馅料可以根据个人口味进行调整,比如加入虾仁、蘑菇等。
- 炸制时油温不宜过高,以免外焦里生。
现在,你掌握了融合版卷心菜的做法,快来试试吧!相信这道美味的家常菜一定会给你带来全新的味觉体验。
