Advertisement

HTML查找方法Py

阅读量:

MOOC课程学习笔记
课程链接:https://www.bilibili.com/video/BV1ME411E7jE?p=1

目标网站标签结构分析

复制代码
    <html>
    
    <head>
    	<title>This is a python demo page</title>
    </head>
    
    <body>
    	<p class="title"><b>The demo python introduces several python courses.</b></p>
    	<p class="course">Python is a wonderful general-purpose programming language. You can learn Python from novice to
    		professional by tracking the following courses:
    		<a href="http://www.icourse163.org/c

全部评论 (0)

还没有任何评论哟~