随笔分类 -  html

摘要:一行同一个颜色 <body style="background-color:yellow;"> <h2 style="color:red;">这是一个标题</h2> <p style="color:green;">这是一个段落。</p> </body> 一行不同颜色 <p> This is a <s 阅读全文
posted @ 2025-07-16 11:30 金一九 阅读(6) 评论(0) 推荐(0)
摘要:直接用写字符串的形式创建html 主程序 from datetime import * from functioin import * f=open("test_result.html",'w') currenttime=datetime.now() cur_str=currenttime.strf 阅读全文
posted @ 2025-07-08 15:28 金一九 阅读(15) 评论(0) 推荐(0)
摘要:请求百度: <html> <form action="https://www.baidu.com/s" method="get"> <input type="text" name="wd" value="python" /> <input type="submit" name="submit" /> 阅读全文
posted @ 2020-03-16 13:34 金一九 阅读(1417) 评论(0) 推荐(0)