随笔分类 - html
摘要:一行同一个颜色 <body style="background-color:yellow;"> <h2 style="color:red;">这是一个标题</h2> <p style="color:green;">这是一个段落。</p> </body> 一行不同颜色 <p> This is a <s
阅读全文
摘要:直接用写字符串的形式创建html 主程序 from datetime import * from functioin import * f=open("test_result.html",'w') currenttime=datetime.now() cur_str=currenttime.strf
阅读全文
摘要:请求百度: <html> <form action="https://www.baidu.com/s" method="get"> <input type="text" name="wd" value="python" /> <input type="submit" name="submit" />
阅读全文

浙公网安备 33010602011771号