铺天盖地的新闻远胜于历史任何时代。
地球 46 亿年,考古发现生命出现在 35 亿年前,人类不过 1 万年,只是地球历史的 46 万分之一,是地球生命史的 35 万分之一,有意思吗 ❓
五百年必有王者兴,六百年轮回再重头。
饥饿,水稻只解决了四分之一 ❓
地球上最可怕的饥饿是 🔫
末法时代的以为正法时代幸福,这才是真正的不幸 ✍
《四波罗夷法》
有一时目连。晨朝时到著衣持钵入居士舍。与敷座处共相问讯。居士言。大德目连。是妊身妇人为生男女。目连答言。生男。语已便去。复有一梵志来入舍。居士问言。此妊身妇人为生男女。答言。生女。后实生女。
诸比丘语目连。汝先说居士妇生男。今乃生女。汝空无过人法故作妄语。汝目连应摈治驱遣。是事白佛。佛语诸比丘。莫说目连是事犯罪。何以故。目连见前不见后。如来见前亦见后。是时此女是男。后转为女。目连随心想说无犯。后复相他生女亦如是。
悲哀吗 ❓
不
学
from selenium import webdriver
import time
options = webdriver.ChromeOptions()
options.add_experimental_option("excludeSwitches", ["enable-logging"])
start_time = time.time()
driver = webdriver.Chrome(options=options, executable_path=r"chromedriver.exe")
for i in range(1, 10):
print(i)
driver.get("http://www.quanxue.cn/ct_fojia/ShiSongL/ShiSongL0{}.html".format(i))
with open("{}.txt".format(i), "w", encoding="utf-8") as txt:
a = (driver.find_element_by_xpath("/html/body/div[2]").text)
txt.write(a)
for i in range(10, 120):
print(i)
driver.get("http://www.quanxue.cn/ct_fojia/ShiSongL/ShiSongL{}.html".format(i))
with open("{}.txt".format(i), "w", encoding="utf-8") as txt:
a = (driver.find_element_by_xpath("/html/body/div[2]").text)
txt.write(a)
driver.quit()
elapsed_time = time.time() - start_time
print(elapsed_time)
🙋
地球每天死多少人
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于