柯桥地区职业学校日语口语常用成人零基础入门

在日语中,“做饭”有几种表达方式:

1. 料理する

是最常用的说法,意思就是“做料理”。

例句: 毎日妻が料理をしている。

每天妻子都在做饭。

2. 食事を作る

意思是“做饭”,“制作膳食”。

例句: 友達のために食事#15857575376を作った。

为朋友做了饭。

编辑搜图

请点击输入图片描述(最多18字)


 

3. 炊事する

意思是“做烹饪”,强调的是烹饪的过程。

例句: 毎朝母が炊事をしている。

每天早上妈妈都在做饭。

4. 炊く

意思是“煮饭”,专指煮米饭的过程。

例句: お米を炊いてご飯を作った。

煮饭做成了米饭。

  • 3
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,我可以为您提供一些代码来帮助您实现这个功能。请先确保您已经安装了 Python 的 Requests 和 BeautifulSoup 库。 代码如下: import requests from bs4 import BeautifulSoup headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'} area = 'kq' # 柯桥区的简写 pages = range(1, 11) # 前十页的页码 for page in pages: url = f'http://hz.anjuke.com/sale/{area}/p{page}/#filtersort' html = requests.get(url, headers=headers).text soup = BeautifulSoup(html, 'html.parser') items = soup.select('.list-item') for item in items: title = item.select('.house-title > a')[0].text.strip() community = item.select('.comm-name > a')[0].text.strip() unit_price = item.select('.unit-price')[0].text.strip() total_price = item.select('.price-det > .price')[0].text.strip() room_type = item.select('.room-type')[0].text.strip() floor = item.select('.floor')[0].text.strip() area = item.select('.area')[0].text.strip() decoration = item.select('.tags-bottom .item')[0].text.strip() direction = item.select('.tags-bottom .item')[1].text.strip() year = item.select('.tags-bottom .item')[2].text.strip() elevator = item.select('.haskey-ex')[0].text.strip() location = item.select('.house-details > .details-item')[0].text.strip() ownership = item.select('.house-details > .details-item')[1].text.strip() property_type = item.select('.house-details > .details-item')[2].text.strip() avg_price = item.select('.brother-right')[0].select('.price-txt')[0].text.strip() households = item.select('.house-details-list')[0].select('.list-col > .first')[0].text.strip() property_fee = item.select('.house-details-list')[0].select('.list-col > .first')[1].text.strip() volume_rate = item.select('.house-details-list')[0].select('.list-col > .first')[2].text.strip() green_rate = item.select('.house-details-list')[0].select('.list-col > .first')[3].text.strip() print(title, community, unit_price, total_price, room_type, floor, area, decoration, direction, year, elevator, location, ownership, property_type, avg_price, households, property_fee, volume_rate, green_rate) 这段代码将会爬取安居客二手房网站柯桥区域前 10 页的二手房信息,并输出每套房子的各项详细信息。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值