(Currently, the supported browsers are IE, Firefox, and sogou ie)
The problem to be solved in this blog post is to extract the song name from the cool dog music list.
We know that if your friends do not have a kugoomusic player. You cannot share music with your friends by exporting the music list.
Next, let's take a look at how to extract the song name from the kugoomusic list.
Step 1: export the music list.
Take "default list" as an example. The exported file is "default list. KGL ".
Figure 1 export the kugoomusic list
Step 2: Convert "default list. KGL" to "default list. xml ".
① Use NotePad to open "default list. KGL"
② Change Encoding = "Windows-1252" in the first line to encoding = "UTF-8" and save
③ Save the file as "default list. xml", and save type select "all files", encoding method is UTF-8
Figure 2 Change Encoding
Figure 3 save as an XML file
Step 3:
In the same directory as "default list. xml", Create a TXT file, copy the following content, save it, and close the TXT file.
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns = "http://www.w3.org/1999/xhtml">
Then, change the suffix of txtto. html. OK. Double-click to open the HTML file.
On the browser, you can see the following results:
Now, you can copy them and send them to your friends... O (partition _ partition) o ha!