On the first day, do not speak any programming knowledge. The thief program originally told everyone to listen.
Examples are the best explanations.
Take the Chinese military software surgery, after today's tutorial, I believe that everyone can steal.
Of course, you want to steal another station is also a reason. The key is the method.
We open the China Military Software Park main station address:
Http://www.onlinedown.net/index.htm
When the open is finished, click View--View source file
The system will display the HTML code of the homepage with Notepad.
/*
<title>Huajun Software Park--sharing software Release-download-study-Research-communication garden (1024x768 recommended)</title>
*/
See this line? That's the title.
---------------------------------------------
Writing a thief needs to be able to read HTML. If you can't read a bit of HTML, it's difficult to learn.
Now everyone from the HTML, find the Chinese military Software Park home page
--------------------
Total Software: 30738 Updated: 287
Domestic software: 160 foreign Software: 113
Chinese Patch: 13 Digital Software: 1
Antivirus Express: 10 News Center: 42
---------------------------------
The above information starts from where the HTML code begins.
is a single table or a row within a table, or a column.
No, it's okay. If you don't want to be a thief later, it's difficult, so you have to learn now.
Okay, so much so, just to tell you that thieves are using asp,php or other languages to open and process these HTML in a program.
Take PHP.
I believe that after a few days of my tutorial, you can write your own thief in the end!
http://www.bkjia.com/phpjc/629474.html www.bkjia.com true http://www.bkjia.com/phpjc/629474.html techarticle on the first day, do not speak any programming knowledge. The thief program originally told everyone to listen to. The example is the best explanation. Take the Chinese military software surgery, after today's tutorial, I believe that we can steal. Of course ...