亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

python library to extract html string using css font-family?
扔個三星炸死你
扔個三星炸死你 2017-06-12 09:27:55
0
2
1198

Is there a library that uses the font-family attribute of css to extract html strings under python? Used for font subsetting.

扔個三星炸死你
扔個三星炸死你

reply all(2)
我想大聲告訴你

The question you asked is a bit vague. If you use CSS Selector to get the content in html, you can use lxml.cssselect. There are Chinese instructions for this, and it’s not just about using lxml

巴扎黑

font-family just specifies the font to use.

What you want to do is to calculate how many Chinese characters there are in an HTML article, and then dynamically or semi-statically generate a smaller Chinese character font containing only these characters for remote download and use?

If you just count Chinese characters, the set under python is actually the simplest.

But it is a big pitfall to generate the corresponding font library. Founder currently has a similar service, which seems to be called Yunziku. I have inquired about the price before, and the other party honestly said that there are many problems.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template